Releases: Webador/SlmMail
Releases · Webador/SlmMail
v2.1.1
- 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
- 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
- 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
- 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
- Add the new
merge_language
option to Mandrill service.
v1.5.2
- Mandrill service now properly used the
sendAt
delayed date when sending a templated mail when calling the send
method (#85)
v1.5.1
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
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
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
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.