Skip to content

Releases: Webador/SlmMail

v2.1.1

17 Apr 22:37
Compare
Choose a tag to compare
  • MailGun API endpoint /logs is deprecated. So, you should use the getEvents function instead of getLogs from MailGunService.php.
  • Small fix in the ElasticMail Api return's when authentication fails.
  • Small PHP syntax's fixes

v2.1.0

10 Oct 17:28
v2.1.0
Compare
Choose a tag to compare
  • Added ZF3 support -- which allow install zend-servicemanager both versions v2 or v3 by composer
  • Updated & reduced composer dependencies (dropped install full ZF2 framework)
  • Small PHP syntax's fixes & added gitignore file

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.