2017 © Pedro Peláez
 

elgg-plugin elgg-phpmailer

Use PHPMailer for sending email.

image

cash/elgg-phpmailer

Use PHPMailer for sending email.

  • Monday, August 21, 2017
  • by cash
  • Repository
  • 1 Watchers
  • 10 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

INSTALLATION

  • To use the plugin with composer, you only need install the plugin with composer:
composer require cash/elgg-phpmailer

The composer/installer package install the plugin in the elgg mod folder., (*1)

  • Enable in the admin panel. It will override the default email notification handler. There are smtp settings and an end of line marker override in the admin plugin settings.

SETINGS

This plugin provides a complete set of parameters including: 1. Should this plugin override the default Elgg mail handler 2. Should this plugin use smtp to send mail rather than php's mail function 3. Should this plugin use authetication for smtp (username and password) 4. Should this plugin use a SSL connection for smtp 5. Is your Mail Transfer Agent non-standard in its line endings, (*2)

TROUBLESHOOTING

If there are errors, they should be written to your server error log., (*3)

HOW TO CONFIRM THE PLUGIN IS WORKING

Check the header of an email that was sent after the plugin was enabled. You should see the sender as PHPMailer., (*4)

HOW TO USE THIS FROM ANOTHER PLUGIN

See the function phpmailer_send() in start.php., (*5)

PHPMailer can be found at https://github.com/PHPMailer/PHPMailer, (*6)

The Versions

21/08 2017

dev-master

9999999-dev http://www.cashcostello.com

Use PHPMailer for sending email.

  Sources   Download

LGPL-3.0

The Requires

 

plugin elgg