2017 © Pedro Peláez
 

elgg-plugin notifications_html_handler

Notification Editor for Elgg

image

hypejunction/notifications_html_handler

Notification Editor for Elgg

  • Sunday, November 27, 2016
  • by hypeJunction
  • Repository
  • 2 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Notification HTML Handler for Elgg

Elgg 2.0, (*1)

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

  • 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/, (*2)

  • 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, (*3)

    Host: smtp.gmail.com Port: 587 Secure Connection: TLS Auth: SMTP with AUTH LOGIN Username: xxxx@gmail.com Password: xxxx, (*4)

Conflicts

This plugin will conflict with any other plugin that subscribes to "send","notification:email" hook, (*5)

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., (*6)

  • To add attachments to your email, add an array of ElggFile objects to notification parameters:, (*7)

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

The Versions

27/11 2016

dev-master

9999999-dev http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

27/11 2016

1.0.6

1.0.6.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

27/11 2016

1.0.5

1.0.5.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

23/03 2016

1.0.4

1.0.4.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

08/02 2016

1.0.3

1.0.3.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

08/02 2016

1.0.2

1.0.2.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

07/02 2016

1.0.1

1.0.1.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg

30/01 2016

1.0.0

1.0.0.0 http://hypejunction.com

Notification Editor for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin html notifications elgg