backdrop-contrib / smtp

Backdrop CMS port of the SMTP module for Drupal 7
GNU General Public License v2.0
4 stars 5 forks source link

SMTP Authentication

Send (authenticated) email through external SMTP servers.

This module allows your site to bypass the PHP mail() function and send email directly to an SMTP server. The module supports SMTP authentication and can even connect to servers using SSL if supported by PHP.

Installation

Requirements

Backdrop will often use the email address entered into Administrator -> Configuration -> Site information -> E-mail address as the from address. It is important for this to be the correct address and some ISPs will block email that comes from an invalid address.

Connecting to an SMTP server using SSL is possible only if PHP's openssl extension is working. If the SMTP module detects openssl is available it will display the options in the modules settings page.

Sending mail through Gmail requires SSL or TLS.

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

Current Maintainers

Credits

This module is a port of the SMTP module for Drupal which was written and maintained by a large number of contributors, including:

The SMTP OAuth Authentication submodule was written for Drupal by Sadashiv Dalvi and ported to Backdrop by Robert J. Lang.