Releases: Webador/SlmMail
Releases · Webador/SlmMail
v1.3.2
v1.3.1
v1.3.0
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
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
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
- 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
v1.0.0
v1.0.0-rc3
- 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
- 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