friendica-addons/phpmailer/README.md

19 lines
576 B
Markdown
Raw Normal View History

2019-05-26 03:46:55 +00:00
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.
2019-05-26 03:46:55 +00:00
License
=======
The _PHPMailer addon_ is licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html).
The _PHP Mailer_ library is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.html).