Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 1.41 KB

v2.3.0

02/27/2016

    • Added debug option to enable logging on SwiftMailer.

v2.2.0

02/05/2016

    • Allow to send attachments in forms
    • Added French translation
    • Throw an exception when trying to send emails without a from or to parameters setup, to intercept less meaningful errors and provide a better description on how to fix the problem
    • Changed SMTP password in admin to use a password field instead of plain text

v2.1.0

12/18/2015

    • Added missing content_type to email.yaml
    • Added default values for CC and BCC
    • Improved documentation of new email params in README.md
    • Moved config setting of mailer.default to mailer.engine

v2.0.0

12/11/2015

    • Added support for from/sender name (Thomas Keitel)
    • Added support for message content type (Thomas Keitel)
    • Added support for reply addresses (Thomas Keitel)
    • Added support for CC/BCC (Thomas Keitel)
    • Added support for multiple body parts (Thomas Keitel)
    • Fix email engine selection (z38)

v1.0.0

11/20/2015

    • Fix for issue with no body parameter specified

v0.2.1

09/11/2015

    • Fix onFormProcessed event

v0.2.0

08/11/2015

    • Disable enable in admin

v0.1.0

08/04/2015

    • ChangeLog started...