]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/ChangeLog.txt
Code style changed, ext-user continued:
[mailer.git] / inc / phpmailer / ChangeLog.txt
index 172a85eac61272df62ceb8d7b89169ee384357d2..7f52c4f7225f37e1c65d19fccd0988be1ea2a1c8 100644 (file)
@@ -56,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