changelog

ChangeLog NOTE: THIS VERSION OF PHPMAILER IS DESIGNED FOR PHP5/PHP6. IT WILL NOT WORK WITH PHP4. Version 5.2.4 (February 19, 2013) * Fix tag and version bug. * un-deprecate isSMTP(), isMail(), IsSendmail() and isQmail(). Version 5.2.3 (February 8, 2013) * Fix issue with older PCREs and ValidateAddress() (Bugz: 124) Version 5.2.2 (December 3, 2012) * Some fixes and syncs from www.51wendang.com Version 5.2.2-rc2 (November 6, 2012) * Fix SMTP server rotation (Bugz: 118) * Allow override of autogen'ed 'Date' header (for Drupal's og_mailinglist module) * No whitespace after '-f' option (Bugz: 116) * Work around potential warning (Bugz: 114) Version 5.2.2-rc1 (September 28, 2012) * Header encoding works with long lines (Bugz: 93) * Turkish language update (Bugz: 94) * undefined $pattern in EncodeQ bug squashed (Bugz: 98) * use of mail() in safe_mode now works (Bugz: 96) * ValidateAddress() now 'public static' so people can override the default and use their own validation scheme. * ValidateAddress() no longer uses broken FILTER_VALIDATE_EMAIL * Added in AUTH PLAIN SMTP authentication Version 5.2.2-beta2 (August 17, 2012) * Fixed Postfix VERP support (Bugz: 92) * Allow action_function callbacks to pass/use the From address (passed as final param) * Prevent inf look for get_lines() (Bugz: 77) * New public var ($UseSendmailOptions). Only pass sendmail() options iff we really are using sendmail or something sendmail compatible. (Bugz: 75) * default setting for LE returned to "\n" due to popular demand. Version 5.2.2-beta1 (July 13, 2012) * Expose PreSend() and PostSend() as public methods to allow for more control if serializing message sending. * GetSentMIMEMessage() only constructs the message copy when needed. Save memory. * Only pass params to mail() if the underlying MTA is "sendmail" (as defined as "having the string sendmail in its pathname") [#69] * Attachments now work with Amazon SES and others [Bugz#70] * Debug output now sent to stdout (via echo) or error_log [Bugz#5] * New var: Debugoutput (for above) [Bugz#5] * SMTP reads now Timeout aware (new var: Timeout=15) [Bugz#71] * SMTP reads now can have a Timelimit associated with them (new var: Timelimit=30)[Bugz#71] * Fix quoting issue associated with charsets * default setting for LE is now RFC compliant: "\r\n" * Return-Path can now be user defined (new var: ReturnPath) (the default is "" which implies no change from previous behavior, which was to use either From or Sender) [Bugz#46] * X-Mailer header can now be disabled (by setting to a whitespace string, eg " ") [Bugz#66] * Bugz closed: #68, #60, #42, #43, #59, #55, #66, #48, #49, #52, #31, #41, #5. #70, #69 Version 5.2.1 (J


anuary 16, 2012) * Closed several bugs#5 * Performance improvements * MsgHTML() now returns the message as required. * New method: GetSe

changelog的相关文档搜索

changelog相关文档

最新文档

返回顶部