Skip to content

Releases: omnimail/omnimail

Release 0.4.0

20 Jun 05:17
Compare
Choose a tag to compare
  • Fix psr-4 issue in Common\Responses\Mailing
  • PHPMailer SMTPDebug should be disabled by default
  • Code re-factoring and re-organized
  • CI Improvement & Automation
  • scrutinizer, travis and styleCI removed
  • PHP Version bumped from 5.5 to 5.6

Release 0.3.5 / 0.3.5.1

20 Jun 04:45
96a129e
Compare
Choose a tag to compare

Remove scalar typehint from AmazonSES constructor

Attachment support added in SMTP provider

03 May 15:34
b27aaee
Compare
Choose a tag to compare

Changelong

  • Attachment support added in SMTP provider

Released 0.3.3

12 Oct 20:24
5ebf4c5
Compare
Choose a tag to compare

SMTP & Gmail provider added

Release 0.3.2

28 Sep 14:55
eddc029
Compare
Choose a tag to compare
  • Fix Mandrill class's subject and response problems

Release 0.3.1

05 Jan 16:56
Compare
Choose a tag to compare
  • Fixed issue with SendinBlue
  • Updated Sendgrid mailer

Release 0.3.0

15 May 13:52
Compare
Choose a tag to compare
  • Added factory methods to create mailer
  • Renamed EmailSenderInterface to MailerInterface
  • Added setters and getters for Mailers configs

Release 0.2.0

06 Feb 16:27
Compare
Choose a tag to compare
  • Added flag to disable verify peer and verify host to Amazon SES constructor
  • Fixed bug with Mailjet provider

Release 0.1.4

26 Jul 18:25
Compare
Choose a tag to compare
  • Added toArray to attachment and email classes and interfaces
  • Fixed issue with PSR logger and emails not being arrays

Release 0.1.3

26 Jul 16:18
Compare
Choose a tag to compare
  • 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