Skip to content

Releases: Webador/SlmMail

v1.3.2

14 Feb 09:48
v1.3.2
Compare
Choose a tag to compare
  • Simplify ZF dependency to allow any 2.x versions. This fix some subtle bugs that can happen with Composer

v1.3.1

28 Dec 11:04
v1.3.1
Compare
Choose a tag to compare
  • Fix a bug when extracting errors for SendGrid (#60)

v1.3.0

05 Nov 16:39
Compare
Choose a tag to compare

Third feature release of SlmMail:

  • [BC] The Version class was removed as we always forget to update it. It has little use anyway, but if you rely on it, you will need to update your code.
  • Mandrill: Cc and Bcc is now supported.
  • Mandrill: you can now set per-recipient metadata in Mandrill message through the "setMetadata" method.
  • Mandrill: using the "metadata" option for Mandrill message has been deprecated. Please use the "setGlobalMetadata" method now (metadata now work the same way as variables).

v1.2.0

14 Oct 07:59
Compare
Choose a tag to compare

Second feature release of SlmMail

  • Mandrill: Add support for adding an email to a subaccount's rejection blacklist
  • Mandrill: Add support for template labels

v1.1.1

10 Sep 20:53
Compare
Choose a tag to compare

Small bug fix release:

  • Mandrill variables were only set if the mail was a template. Now global and local variables can be used within normal mail messages too.

v1.1.0

10 Sep 16:05
Compare
Choose a tag to compare
  • Add support for Mandrill subaccounts API
  • Allow up to one BCC address for Mandrill
  • Add following options to Mandrill messages: return_path_domain, subaccount
  • Updated Mandrill doc
  • Add support for Mailgun routes
  • Updated Mailgun doc

v1.0.1

09 Jul 21:26
Compare
Choose a tag to compare
  • Fix a problem when sending messages via SendGrid.
  • Add the new "getMessageInfo" to Mandrilll service.
  • Add a new "UnknownTemplateException" for services that support templates and report this error (currently, only Mandrill)

v1.0.0

02 Jul 21:09
Compare
Choose a tag to compare
  • Doc update

v1.0.0-rc3

02 Jul 21:09
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
  • Add exceptions support for Amazon SES.
  • Now allow the new "metadata" option in Mandrill message
  • Http adapter can now be configured more easily

v1.0.0-rc2

02 Jul 21:08
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Licensing of composer.json and all files inside SlmMail
  • Addition of a CHANGELOG document
  • Bug fixes for Options properties in Mandrill
  • Bug fixes in the AbstractService to return null when no text or html part has been found
  • Addition of a CONTRIBUTING document
  • Fix AlphaMail service by removal of the username and fixes in the message send function