Skip to content

Releases: Webador/SlmMail

v2.0.0

07 Jul 19:04
v2.0.0
Compare
Choose a tag to compare
  • bump to aws-sdk-for-php ZF2 module to 2.* -- which in turn bumps support to AWS SDK for PHP v3 [#105]

v1.6.0

15 Jan 14:20
v1.6.0
Compare
Choose a tag to compare
  • MailGun API now uses the v3 endpoint. Normally, this is BC-free, but if you are using MailGun, make sure to try your application before!

v1.5.3

04 May 21:06
v1.5.3
Compare
Choose a tag to compare
  • Add the new merge_language option to Mandrill service.

v1.5.2

31 Dec 11:34
v1.5.2
Compare
Choose a tag to compare
  • Mandrill service now properly used the sendAt delayed date when sending a templated mail when calling the send method (#85)

v1.5.1

07 Nov 14:30
Compare
Choose a tag to compare

First patch release of SlmMail v1.5.1

  • Fix small typo in README to include ~1.5
  • Remove unnecessary import statements in code base
  • Return API status codes in Postage/Postmark api exceptions

v1.5.0

13 Jun 14:33
v1.5.0
Compare
Choose a tag to compare

Fifth feature release of SlmMail:

  • You can now schedule Mandrill emails in the future by using the optional sendAt variable in both send and sendTemplate methods.
  • getScheduledMessages, cancelScheduledMessage and rescheduleMessage methods have been also added to the Mandrill service to handle those messages.
  • AlphaMail is dead and no longer operates. It is therefore removed from SlmMail.

v1.4.1

14 Apr 12:16
Compare
Choose a tag to compare

First hotfix release of v1.4 series

  • Suggest in the README to load ~1.4 by default
  • Fix Sendgrid attachment issues with Outlook clients [#70]

v1.4.0

04 Apr 12:53
v1.4.0
Compare
Choose a tag to compare

Fourth feature release of SlmMail:

  • Mailgun users can now use batch sending. You can now send the same email to multiple recipients in one API call.

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)