Omnimail Versions Save

Send email across all platforms using one interface

0.4.0

2 years ago
  • 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

0.3.5.1

2 years ago

Remove scalar typehint from AmazonSES constructor

0.3.4

4 years ago

Changelong

  • Attachment support added in SMTP provider

0.3.3

4 years ago

SMTP & Gmail provider added

0.3.2

5 years ago
  • Fix Mandrill class's subject and response problems

0.3.1

6 years ago
  • Fixed issue with SendinBlue
  • Updated Sendgrid mailer

0.3.0

6 years ago
  • Added factory methods to create mailer
  • Renamed EmailSenderInterface to MailerInterface
  • Added setters and getters for Mailers configs

0.2.0

7 years ago
  • Added flag to disable verify peer and verify host to Amazon SES constructor
  • Fixed bug with Mailjet provider

0.1.4

7 years ago
  • Added toArray to attachment and email classes and interfaces
  • Fixed issue with PSR logger and emails not being arrays

0.1.3

7 years ago
  • 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