Releases: markguinn/silverstripe-email-helpers
Releases · markguinn/silverstripe-email-helpers
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
Adds a new EmogrifiedSmtpMailer class which runs all emails through Emogrifier automatically instead of needing to use StyledHtmlEmail. Thanks @AntonyThorpe!
1.1.0
- Dependencies are no longer bundled but installed via composer (see bundled-dependencies branch if you still need them)
- As such, both PHPMailer and Emogrifier are upgraded to the most recent versions
- Can utilize Silverstripe's config system if desired
- Added flags for TLS and Charset support (many thanks, @zaucker)