friendica-addons/phpmailer
Hypolite Petovan c6b2ed96d7 [phpmailer] Update Composer dependency ahead of release
- Updating phpmailer/phpmailer (v6.5.0 => v6.9.1)
2024-03-19 23:10:09 -04: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 Composer dependency ahead of release 2024-03-19 23:10:09 -04: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 [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
composer.lock [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
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.