Download the PHP package hypejunction/hypenotifications without Composer
On this page you can find all versions of the php package hypejunction/hypenotifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hypejunction/hypenotifications
More information about hypejunction/hypenotifications
Files in hypejunction/hypenotifications
Package hypenotifications
Short Description Enhanced on-site and off-site notifications
License proprietary
Homepage http://hypejunction.com
Informations about the package hypenotifications
hypeNotifications for Elgg
Features
- Facebook-style site notifications
- Email digest: users can specify at which interval they receive notifications for each type
- A tool to update preferred notification methods for all site users
- Leverages
Zend_Mail
(email library used in core) to send out HTML emails - Allows to configure email transports (Sendmail, SMTP, File Transport, SendGrid, Mailgun, SparkPost)
- Allows to send file attachments
- Inlines CSS styles for improved email client experience
- Simpler testing experience: catch all email address, email/domain whitelist
Usage
Notification preferences
Go to Admin > Administer > Utilities > Notification Methods to update personal and subscription notification preferences globally.
Developer Notes
Notification event types
Notification event types can be filtered using 'notification_events','notifications'
hook.
Users will be given an option to unsubscribe from notifications about these events or batch them into a digest.
Note that some instant notification events should not be added this list, e.g. password reset and other
account related notifications should remain instant.
Notification Testing
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: https://support.google.com/accounts/answer/6010255?hl=en
- Host: smtp.gmail.com
- Port: 587
- Secure Connection: TLS
- Auth: SMTP with AUTH LOGIN
- Username:
- Password:
Sample SMTP config for SendGrid
- Host: smtp.sendgrid.com
- Port: 587
- Secure Connection: TLS
- Auth: SMTP with AUTH LOGIN
- Username: apikey
- Password:
File Attachments
To add attachments to your email, add an array of ElggFile
objects to notification parameters:
All versions of hypenotifications with dependencies
composer/installers Version ~1.0
zendframework/zend-mail Version ~2.4
zendframework/zend-servicemanager Version ~2.4
pelago/emogrifier Version ~1.0
sendgrid/sendgrid Version ^6.0
guzzlehttp/guzzle Version ^6.3
php-http/guzzle6-adapter Version ^1.1
sparkpost/sparkpost Version ^2.1
mailgun/mailgun-php Version ^2.4