Merge branch 'develop' of https://github.com/friendica/friendica-addons into develop
[friendica-addons.git/.git] / phpmailer / README.md
1 PHP Mailer SMTP
2 ============
3
4 by Marcus Mueller
5
6 This addon replaces the default `mail()` function by the `PHPMailer` library, allowing the use of an outbound SMTP server.
7
8 Configuration
9 -------------
10
11 The configuration options for this module are described in the `config/phpmailer.config.php` file.
12
13 License
14 =======
15
16 The _PHPMailer addon_ is licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html).
17
18 The _PHP Mailer_ library is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.html).