You are here

CHANGELOG.txt in PHPMailer 5.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 6.2 CHANGELOG.txt
PHPMailer 5.x-2.x, xxxx-xx-xx
-----------------------------
by smk-ka: Fixed fatal error on logs > status page.
by smk-ka: Improved error handling.
#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.
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: Fixed PHPMailer settings not saved when used as Mime Mail engine.
by smk-ka: Blocking Devel output in HTML preview.
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.


PHPMailer 5.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 5.x-2.0, 2009-05-17
-----------------------------
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 5.x-2.x, xxxx-xx-xx
  2. -----------------------------
  3. by smk-ka: Fixed fatal error on logs > status page.
  4. by smk-ka: Improved error handling.
  5. #634868 by smk-ka: Fixed bad e-mail addresses in sent mails if display names
  6. contains a comma.
  7. #491658 by a_c_m, smk-ka: Setting FromName also for Mime Mail messages.
  8. #499824, #551004 by smk-ka: Added support for PHPMailer's exception handling
  9. to avoid dumping errors to the browser (since 5.0.0).
  10. #516450 by smk-ka: Fixed test mail cannot be sent at the same time as enabling
  11. PHPMailer.
  12. by smk-ka: Cleaned up Mime Mail integration.
  13. by smk-ka: Disabling the module now resets the smtp_library and mimemail_engine
  14. variables, to avoid a WSOD.
  15. by smk-ka: Checking requirements before allowing to install the module.
  16. by smk-ka: Fixed PHPMailer settings not saved when used as Mime Mail engine.
  17. by smk-ka: Blocking Devel output in HTML preview.
  18. by smk-ka: Regression: Fixed not being able to enable either Mime Mail or
  19. PHPMailer for e-mail delivery.
  20. by smk-ka: Moved resetting email properties to DrupalPHPMailer::SmtpSend().
  21. by smk-ka: Provide more user-friendly error messages.
  22. #607204 by smk-ka: Added support for Reply-To headers.
  23. PHPMailer 5.x-2.1, 2009-06-10
  24. -----------------------------
  25. by smk-ka: Updated external PHPMailer message strings.
  26. by smk-ka: Don't set FromName to an empty string.
  27. by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.
  28. PHPMailer 5.x-2.0, 2009-05-17
  29. -----------------------------
  30. by sun: Added HTML mail preview when Mime Mail module is installed.
  31. by sun: Simplified settings form (UX).
  32. by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
  33. by smk-ka: Fixed empty mail body with Mime Mail.
  34. by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
  35. by smk-ka: Fixed phpmailer_debug_mail not always rerouting.
  36. #375422 by recidive: Fixed mails are sent to multiple recipients.
  37. by sun: Fixed missing system_settings_form() due to clean-up commit.
  38. by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
  39. by smk-ka: Complete rewrite for PHPMailer 2.x.
  40. PHPMailer 5.x-1.0, 2009-01-15
  41. -----------------------------
  42. Initial release of PHPMailer integration module for Drupal.