Skip to content

Releases: markguinn/silverstripe-email-helpers

1.3.2

21 Mar 23:28
Compare
Choose a tag to compare

Fixes a bug in the bug reporting in debug mode (say that 10 times fast)

1.3.1

27 Feb 16:10
Compare
Choose a tag to compare
  • Updates PHPMailer version to account for critical bug fix
  • Adds better error handling and a flag for turning on PHPMailer's debugging

1.3.0

13 May 14:21
Compare
Choose a tag to compare
  • Updated EmogrifiedSmtpMailer for logging
  • Introduced encryption setting that supercedes the tls setting
  • add EmogrifiedMailer which uses mail() function for sending

1.2.1

21 Apr 14:31
Compare
Choose a tag to compare

Updated Emogrifier version constraint to hit a stable version (~1.0)

1.2.0

02 Mar 08:59
Compare
Choose a tag to compare

Adds a new EmogrifiedSmtpMailer class which runs all emails through Emogrifier automatically instead of needing to use StyledHtmlEmail. Thanks @AntonyThorpe!

1.1.0

31 Jul 12:47
Compare
Choose a tag to compare
  • 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)

1.0.0

26 Mar 16:13
Compare
Choose a tag to compare

Project is stable and being used on a bunch of live sites.