19 lines
576 B
Markdown
19 lines
576 B
Markdown
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](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).
|