All Versions
13
Latest Version
Avg Release Cycle
137 days
Latest Release
959 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.5
August 12, 2020 -
v0.3.5.1
August 17, 2020 -
v0.3.4 Changes
May 03, 2020๐ Changelong
- ๐ Attachment support added in SMTP provider
-
v0.3.3 Changes
October 12, 2019SMTP & Gmail provider added
-
v0.3.2 Changes
September 28, 2018- ๐ Fix Mandrill class's subject and response problems
-
v0.3.1 Changes
January 05, 2018- Fixed issue with SendinBlue
- Updated Sendgrid mailer
-
v0.3.0 Changes
May 15, 2017- Added factory methods to create mailer
- Renamed EmailSenderInterface to MailerInterface
- Added setters and getters for Mailers configs
-
v0.2.0 Changes
February 06, 2017- โ Added flag to disable verify peer and verify host to Amazon SES constructor
- ๐ Fixed bug with Mailjet provider
-
v0.1.4 Changes
July 26, 2016- โ Added toArray to attachment and email classes and interfaces
- ๐ Fixed issue with PSR logger and emails not being arrays
-
v0.1.3 Changes
July 26, 2016- โ Started making unit tests
- Made library independent from Guzzle
- Uses php7 random_bytes instead of openssl_random_pseudo_bytes with polypill for PHP 5.x