smtp 6.x-1.0-beta3

oadaeh - September 23, 2008 - 22:30
Official release from CVS tag: DRUPAL-6--1-0-BETA3
First released: September 23, 2008 - 22:30
Download: smtp-6.x-1.0-beta3.tar.gz
Size: 16.51 KB
md5_file hash: 8b3e234be4b1574ddbf0ff2ddb5142c7
Last updated: September 23, 2008 - 22:35
View usage statistics for this release

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.

 
 

Drupal is a registered trademark of Dries Buytaert.