PHPackages                             hypejunction/notifications\_html\_handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hypejunction/notifications\_html\_handler

AbandonedArchivedElgg-plugin

hypejunction/notifications\_html\_handler
=========================================

Notification Editor for Elgg

1.0.6(9y ago)029[1 issues](https://github.com/hypeJunction/Elgg-notifications_html_handler/issues)GPL-2.0PHPPHP &gt;=5.5

Since Jan 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/Elgg-notifications_html_handler)[ Packagist](https://packagist.org/packages/hypejunction/notifications_html_handler)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-notifications-html-handler/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (5)Versions (8)Used By (0)

Notification HTML Handler for Elgg
==================================

[](#notification-html-handler-for-elgg)

[![Elgg 2.0](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

Features
--------

[](#features)

- Leverages `Zend_Mail` (email library used in core) to send out HTML emails
- Allows filtering/formatting instant notifications
- Allows to configure email transports (Sendmail, SMTP, File Transport)
- Allows to send file attachments
- Inlines CSS styles for improved email client experience
- Microdata support

Notes
-----

[](#notes)

- You can disable outgoing email by switching to File Transport in plugin settings, this will instead write email as txt files to the filestore under `/notifications_log/zend/`
- Sample SMTP config for GMail To use GMail as your SMTP relay, you will likely need to Allow less secure apps:

    Host: smtp.gmail.com Port: 587 Secure Connection: TLS Auth: SMTP with AUTH LOGIN Username: Password: xxxx

Conflicts
---------

[](#conflicts)

This plugin will conflict with any other plugin that subscribes to `"send","notification:email"` hook

Developer Notes
---------------

[](#developer-notes)

- `'format','notification'` hook can be used to format an instance of \\Elgg\\Notifications\\Notification before it is passed on to the email transport. That also allows wrapping the message into an HTML shell.
- To add attachments to your email, add an array of `ElggFile` objects to notification parameters:

```
notify_user($to, $from, $subject, $body, array(
	'attachments' => array(
		$file1, $file2,
	)
));
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~50 days

Recently: every ~73 days

Total

7

Last Release

3455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (14 commits)")

---

Tags

pluginhtmlelggnotifications

### Embed Badge

![Health badge](/badges/hypejunction-notifications-html-handler/health.svg)

```
[![Health](https://phpackages.com/badges/hypejunction-notifications-html-handler/health.svg)](https://phpackages.com/packages/hypejunction-notifications-html-handler)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
