All Versions
13
Latest Version
Avg Release Cycle
137 days
Latest Release
1352 days ago

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, 2019

    SMTP & 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