Downloads

Download tar.gz 16.51 KB
MD5: 8b3e234be4b1574ddbf0ff2ddb5142c7
SHA-1: 605647117746d1f50916a9cfce4e161684900544
SHA-256: 2f89aeb181c8038861f88a17d46573ca1aff40d41f03a993cf0f164894d507e7
Download zip 19.91 KB
MD5: bde515e4ebbaa2b7e6f398d070334fa8
SHA-1: aedf9c0fbc7a179e23442b88f560cc7a8f856720
SHA-256: 7c0e745698b9a520c6f1d206f9c989c5f55fbf3b72140643afc1783f94da5e83

Release notes

Much of the code for processing the message was rewritten, due to a (major) logic error I discovered in the previous release. While, as much as possible, I don't want this module to modify with the messages that pass through it, due to the differences in the way Drupal and PHPMailer process messages, it was necessary to have the SMTP Authentication Support module deconstruct the Drupal compatible messages and reconstruct them to be compatible with PHPMailer. Hopefully, if I did everything correctly, this module will produce MIME 1.0 compliant messages -- at least as far as PHPMailer allows.

It should correctly process messages with Content-Types of text/plain, text/html, multipart/alternative, multipart/related and multipart/mixed, but because so much was changed, use with caution.

Note: Due to a logic error in PHPMailer (see about it here: http://sourceforge.net/tracker/index.php?func=detail&aid=2125119&group_i...) you will need to apply a patch to the class.phpmailer.php file. There are two patches included with this module, one for the 2.0.2 version of PHPMailer and one for the 2.2.1 version of PHPMailer.

Created by: oadaeh
Created on: 23 Sep 2008 at 22:30 UTC
Last updated: 1 Aug 2018 at 23:53 UTC
Bug fixes
Insecure
Unsupported

Other releases