phpmailer_mini.gif

Adds SMTP support for sending e-mails using the PHPMailer library. Comes with detailed configuration instructions for how to use Google Mail as mail server.

The main differences to the SMTP Authentication Support module are:

  • This module uses the PHPMailer library itself, and the SMTP Authentication Support module has forked and includes the smtp and mail classes from PHPMailer library.
  • This module has support for improved bulk-mail performance through SMTP keep-alive connections (if supported by the mail server).
  • This module has a built-in e-mail rerouting option (useful during site building and development).

Requirements

Versions

  • 7.x-3.x: This is for using PHPMailer 5.2.x (requires PHP 5.0 or later) with Drupal 7.x.
  • 7.x-4.x: This will be for using PHPMailer 6.x (requires PHP 5.5 or later) with Drupal 7.x (currently a work in progress).
  • 8.x-3.x: This is currently for using PHPMailer 5.2.x with Drupal 8.x but will eventually move to using PHPMailer 6.x with Drupal 8.x.

Extensions and integration

Modules that complement and extend PHPMailer module's functionality:

Installation

for 7.x-3.x: Read documentation

Credits

Original authors:

  • Stefan M. Kudwien (smk-ka)
  • Daniel F. Kudwien (sun)

Current maintainers:

Supporting organizations: 
Initial creation, development, and maintenance of the D5, D6, and D7 compatible versions.
Current maintenance.
Current maintenance of the D7 compatible version and creation of the D8 compatible version.

Project information

Releases