- Add support for adding an email to a subaccount's rejection blacklist
- Add support for Mandrill template labels
- Allow non-template Mandrill messages to have merge variables
- 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
- 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)
- Doc update
- Add exceptions support for Amazon SES.
- Now allow the new "metadata" option in Mandrill message
- Http adapter can now be configured more easily
- 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
- Complete rewrite of SlmMail: it is now completely up-to-date with Zend Framework 2
- Additional providers: Mandrill, Mailgun and AlphaMail
- All providers: completed and tested