friendica-addons/phpmailer
2023-01-13 21:16:09 -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
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
LICENSE [phpmailer] Add README and LICENSE 2019-05-25 23:46:55 -04:00
phpmailer.php [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
README.md [various] Remove config/addon.config.php in favor of per-addon configuration file 2022-11-20 11:43:42 -05: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.

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.