phpmailer 7.x-3.1

Immediately after releasing 7.x-3.0, I decide to stroll around the PHPMailer library and realized the minimum recommended version was rather old, and so I updated it and created this next release.

Changes since the 7.x-3.0 release:

phpmailer 7.x-3.0

New features

This is the first stable release for the 7.x-3.x branch.
It uses the 5.2.x branch of the PHPMailer library, with the current recommended version being 5.2.21 or later.

Changes since the 7.x-3.0-beta4 release:

phpmailer 7.x-4.x-dev

Development snapshot of PHPMailer module 4.x for D7.
The 4.x branch is working toward supporting PHPMailer 6.x.
As the 6.x branch requires PHP 5.5, this is being added to a separate branch for this module, so that those who cannot move to 5.5+ can still use this module.

phpmailer 7.x-3.0-beta3

Changes since the beta2 release:

This is really only to get the version recommendation in the composer.json file current with everything else.

phpmailer 8.x-3.x-dev

This is the Drupal 8 compatible development branch for the 3rd version of PHPMailer.
At the time of its creation, this module has not been tested with Mime Mail or Mail System, and while this module works on its own, it is not guaranteed to work with the other two modules.

phpmailer 7.x-3.x-dev

Development snapshot of PHPMailer module 3.x for D7.
The 3.x branch supports PHPMailer 5.2.x.

phpmailer 6.x-2.2

New features
Bug fixes

Note

You have to run update.php when updating from 2.1 (even if there seem to be no updates) or clear caches by other means to regain access to the module settings page.

Note #2

Unless Libraries API has a stable release, the 3.x branch of PHPMailer module will not become the recommended release. Module version 6.x-2.2 is otherwise feature identical to 6.x-3.0 and the 2.x branch will still be maintained in the future.

phpmailer 6.x-3.0

New features
Bug fixes

Note

The 3.x branch of PHPMailer module now relies on Libraries API, otherwise it is feature identical to 6.x-2.2 (which will still be maintained in the future). However, the 3.x branch will not become the recommended release until Libraries API has a stable release.

phpmailer 6.x-3.x-dev

New features
Bug fixes

Development snapshot of PHPMailer 3.x branch.

Key improvements

Added support for Libraries API.

phpmailer 5.x-2.1

Bug fixes

Changes since DRUPAL-5--2-0:

  • by smk-ka: Updated external PHPMailer message strings.
  • by smk-ka: Don't set FromName to an empty string.
  • by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.

phpmailer 6.x-2.1

Bug fixes

Changes since DRUPAL-6--2-0:

  • by smk-ka: Updated external PHPMailer message strings.
  • by smk-ka: Don't set FromName to an empty string.
  • by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.

phpmailer 5.x-2.0

Bug fixes

Changes since DRUPAL-5--2-0-ALPHA2:

  • #375422 by recidive: Fixed mails are sent to multiple recipients.
  • by sun: Added HTML mail preview when Mime Mail module is installed.
    by sun: Simplified settings form (UX).
    by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
    by smk-ka: Fixed empty mail body with Mime Mail.
    by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
    by smk-ka: Fixed phpmailer_debug_mail not always rerouting.

phpmailer 6.x-1.x-dev

Development snapshot of PHPMailer 6.x-1.x, compatible with PHP4.

phpmailer 5.x-2.0-alpha2

Bug fixes

Changes since DRUPAL-5--2-0-ALPHA1:

  • Fixed incomplete PHPMailer error messages.
  • by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
  • by sun: Fixed missing system_settings_form() due to clean-up commit.

phpmailer 6.x-2.0-alpha2

Bug fixes

Changes since DRUPAL-6--2-0-ALPHA1:

  • Fixed incomplete PHPMailer error messages.
  • by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
  • by sun: Fixed missing system_settings_form() due to clean-up commit.
Subscribe with RSS Subscribe to Releases for PHPMailer