]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/ChangeLog.txt
inc/session.php is no longer needed.
[mailer.git] / inc / phpmailer / ChangeLog.txt
index ed992db3f69ecb9075a60c03209d8324d21a0eb2..7f52c4f7225f37e1c65d19fccd0988be1ea2a1c8 100644 (file)
@@ -1,5 +1,9 @@
 ChangeLog
 
+Version 2.0.4 (April 02 2009)
+* fixed == in class.smtp.php
+- NOTE: this is it folks, our last PHPMailer to support PHP4
+
 Version 2.0.3 (November 08 2008)
 * fixed line 1041 in class.smtp.php (endless loop from missing = sign)
 * fixed duplicate images in email body
@@ -52,7 +56,7 @@ Version 2.0.0 (Sun, Dec 02 2007)
 Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release
 * implements new property to control VERP in class.smtp.php
   example (requires instantiating class.smtp.php):
-  $mail->do_verp = true;
+  $mail->do_verp = TRUE;
 * POP-before-SMTP functionality included, thanks to Richard Davey
   (see class.pop3.php & pop3_before_smtp_test.php for examples)
 * included example showing how to use PHPMailer with GMAIL