friendica-addons/phpmailer
Art4 5f7482d081 Remove unused use statements for App 2024-12-11 21:42:48 +00:00
..
config [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05:00
vendor [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
LICENSE [phpmailer] Add README and LICENSE 2019-05-25 23:46:55 -04:00
README.md [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05:00
composer.json [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
composer.lock [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
phpmailer.php Remove unused use statements for App 2024-12-11 21:42:48 +00:00

README.md

PHP Mailer SMTP

by Marcus Mueller

This addon replaces the default mail() function by the PHPMailer library, allowing the use of an outbound SMTP server.

Configuration

The configuration options for this module are described in the config/phpmailer.config.php file.

License

The PHPMailer addon is licensed under the GNU Affero General Public License v3.

The PHP Mailer library is licensed under the GNU Lesser General Public License.