Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

50 lines (34 loc) · 1.43 KB

CHANGELOG

1.1.2

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

1.1.1

  • Allow non-template Mandrill messages to have merge variables

1.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

1.0.1

  • 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)

1.0.0

  • Doc update

1.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

1.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

1.0.0 RC1

  • 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