You are here

CHANGELOG.txt in PHPMailer 6.2

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 6 CHANGELOG.txt
PHPMailer 6.x-2.x, xxxx-xx-xx
-----------------------------
by smk-ka: Added a note to the README how to configure other popular
 freemailers.
#749506 by smk-ka: Fixed 'invalid address' error caused by MIME encoded e-mail
 addresses. Updated tests.
#869700 by smk-ka: Fixed PHPMailer class included twice causing Status Report
 page error.
by smk-ka: Improved installation and status report page error message in case
 the PHPMailer library is missing.
by smk-ka: Improved integration with Mime Mail.
by smk-ka: Display a warning message if PHPMailer is disabled.
by smk-ka: Removed bogus call to hook_mail_alter() from phpmailer_preview().


PHPMailer 6.x-2.2, 2010-07-07
-----------------------------
by smk-ka: Improved error handling.
by smk-ka: Fixed PHP warning on Mime Mail settings page.
by smk-ka: Improved usability: provide next steps during installation.
#634868 by smk-ka: Fixed bad e-mail addresses in sent mails if display names
 contains a comma.
#491658 by a_c_m, smk-ka: Setting FromName also for Mime Mail messages.
#499824, #551004 by smk-ka: Added support for PHPMailer's exception handling
 to avoid dumping errors to the browser (since 5.0.0).
#516450 by smk-ka: Fixed test mail cannot be sent at the same time as enabling
 PHPMailer.
by smk-ka: Cleaned up Mime Mail integration. Ported the HTML e-mail preview to
 D6.
by smk-ka: Disabling the module now resets the smtp_library and mimemail_engine
 variables, to avoid a WSOD.
by smk-ka: Checking requirements before allowing to install the module.
by smk-ka: Documentation updates.
by smk-ka: Fixed PHPMailer settings not saved when used as Mime Mail engine.
by smk-ka: Fixed Admin Menu not visible anymore.
by smk-ka: Regression: Fixed not being able to enable either Mime Mail or
 PHPMailer for e-mail delivery.
by smk-ka: Moved resetting email properties to DrupalPHPMailer::SmtpSend().
by smk-ka: Provide more user-friendly error messages.
#607204 by smk-ka: Added support for Reply-To headers.
#633278 by smk-ka: Increased security: added an option to hide the password on
 the settings page and added a log message if the configuration changed.
#686994 by sun, smk-ka: Restored compatibility with PHPMailer 2.x library.
#675388 by smk-ka: Fixed unrecognized character in regular expression for PHP
 versions < 5.2.2.
#607204 by dagmar, smk-ka: Fixed unable to reply to e-mails sent via Google
 Mail. Added an option to always set a "Reply-To" address.
#764448 by smk-ka: Fixed sending more than one message for certain server
 configurations.
#847238 by J0nathan: Better description of debug settings in README.txt.
#805834 by smk-ka: Added description of the most common error message to
 README.txt.


PHPMailer 6.x-2.1, 2009-06-10
-----------------------------
by smk-ka: Updated external PHPMailer message strings.
by smk-ka: Don't set FromName to an empty string.
by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.


PHPMailer 6.x-2.0, 2009-05-17
-----------------------------
by sun: Fixed wrong link to ex. watchdog page.
by sun: Added HTML mail preview when Mime Mail module is installed.
by sun: Simplified settings form (UX).
by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
by smk-ka: Fixed empty mail body with Mime Mail.
by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
by smk-ka: Fixed phpmailer_debug_mail not always rerouting.
#375422 by recidive: Fixed mails are sent to multiple recipients.
by sun: Fixed missing system_settings_form() due to clean-up commit.
by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
by smk-ka: Complete rewrite for PHPMailer 2.x.


PHPMailer 5.x-1.0, 2009-01-15
-----------------------------
Initial release of PHPMailer integration module for Drupal.


File

CHANGELOG.txt
View source
  1. PHPMailer 6.x-2.x, xxxx-xx-xx
  2. -----------------------------
  3. by smk-ka: Added a note to the README how to configure other popular
  4. freemailers.
  5. #749506 by smk-ka: Fixed 'invalid address' error caused by MIME encoded e-mail
  6. addresses. Updated tests.
  7. #869700 by smk-ka: Fixed PHPMailer class included twice causing Status Report
  8. page error.
  9. by smk-ka: Improved installation and status report page error message in case
  10. the PHPMailer library is missing.
  11. by smk-ka: Improved integration with Mime Mail.
  12. by smk-ka: Display a warning message if PHPMailer is disabled.
  13. by smk-ka: Removed bogus call to hook_mail_alter() from phpmailer_preview().
  14. PHPMailer 6.x-2.2, 2010-07-07
  15. -----------------------------
  16. by smk-ka: Improved error handling.
  17. by smk-ka: Fixed PHP warning on Mime Mail settings page.
  18. by smk-ka: Improved usability: provide next steps during installation.
  19. #634868 by smk-ka: Fixed bad e-mail addresses in sent mails if display names
  20. contains a comma.
  21. #491658 by a_c_m, smk-ka: Setting FromName also for Mime Mail messages.
  22. #499824, #551004 by smk-ka: Added support for PHPMailer's exception handling
  23. to avoid dumping errors to the browser (since 5.0.0).
  24. #516450 by smk-ka: Fixed test mail cannot be sent at the same time as enabling
  25. PHPMailer.
  26. by smk-ka: Cleaned up Mime Mail integration. Ported the HTML e-mail preview to
  27. D6.
  28. by smk-ka: Disabling the module now resets the smtp_library and mimemail_engine
  29. variables, to avoid a WSOD.
  30. by smk-ka: Checking requirements before allowing to install the module.
  31. by smk-ka: Documentation updates.
  32. by smk-ka: Fixed PHPMailer settings not saved when used as Mime Mail engine.
  33. by smk-ka: Fixed Admin Menu not visible anymore.
  34. by smk-ka: Regression: Fixed not being able to enable either Mime Mail or
  35. PHPMailer for e-mail delivery.
  36. by smk-ka: Moved resetting email properties to DrupalPHPMailer::SmtpSend().
  37. by smk-ka: Provide more user-friendly error messages.
  38. #607204 by smk-ka: Added support for Reply-To headers.
  39. #633278 by smk-ka: Increased security: added an option to hide the password on
  40. the settings page and added a log message if the configuration changed.
  41. #686994 by sun, smk-ka: Restored compatibility with PHPMailer 2.x library.
  42. #675388 by smk-ka: Fixed unrecognized character in regular expression for PHP
  43. versions < 5.2.2.
  44. #607204 by dagmar, smk-ka: Fixed unable to reply to e-mails sent via Google
  45. Mail. Added an option to always set a "Reply-To" address.
  46. #764448 by smk-ka: Fixed sending more than one message for certain server
  47. configurations.
  48. #847238 by J0nathan: Better description of debug settings in README.txt.
  49. #805834 by smk-ka: Added description of the most common error message to
  50. README.txt.
  51. PHPMailer 6.x-2.1, 2009-06-10
  52. -----------------------------
  53. by smk-ka: Updated external PHPMailer message strings.
  54. by smk-ka: Don't set FromName to an empty string.
  55. by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.
  56. PHPMailer 6.x-2.0, 2009-05-17
  57. -----------------------------
  58. by sun: Fixed wrong link to ex. watchdog page.
  59. by sun: Added HTML mail preview when Mime Mail module is installed.
  60. by sun: Simplified settings form (UX).
  61. by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
  62. by smk-ka: Fixed empty mail body with Mime Mail.
  63. by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
  64. by smk-ka: Fixed phpmailer_debug_mail not always rerouting.
  65. #375422 by recidive: Fixed mails are sent to multiple recipients.
  66. by sun: Fixed missing system_settings_form() due to clean-up commit.
  67. by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
  68. by smk-ka: Complete rewrite for PHPMailer 2.x.
  69. PHPMailer 5.x-1.0, 2009-01-15
  70. -----------------------------
  71. Initial release of PHPMailer integration module for Drupal.