friendica-addons/phpmailer
2023-01-13 21:16:09 -05:00
..
config
vendor
composer.json
composer.lock
LICENSE
phpmailer.php [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05: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.