dev-master
9999999-dev http://www.cashcostello.comUse PHPMailer for sending email.
LGPL-3.0
The Requires
plugin elgg
Use PHPMailer for sending email.
composer require cash/elgg-phpmailer
The composer/installer package install the plugin in the elgg mod folder., (*1)
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)
If there are errors, they should be written to your server error log., (*3)
Check the header of an email that was sent after the plugin was enabled. You should see the sender as PHPMailer., (*4)
See the function phpmailer_send() in start.php., (*5)
PHPMailer can be found at https://github.com/PHPMailer/PHPMailer, (*6)
Use PHPMailer for sending email.
LGPL-3.0
plugin elgg