friendica-addons/phpmailer
Hypolite Petovan 2fc7356cf4 [various] Set config loaded from default values to SOURCE_STATIC
- This prevents from clobbering values loaded from base `config/` folder
2022-11-20 12:44:53 -05: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 phpmailer to v6.5.0 2021-06-26 19:46:51 +02: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 Fix composer 2020-01-29 21:13:53 +01:00
composer.lock Bump phpmailer/phpmailer from 6.1.6 to 6.5.0 in /phpmailer 2021-06-22 15:39:04 +00:00
phpmailer.php [various] Set config loaded from default values to SOURCE_STATIC 2022-11-20 12:44:53 -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.