Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Releases: quartzy/courier

0.7.0

12 Mar 01:54
e5e143d
Compare
Choose a tag to compare

Removed

  • Removed MailCourier see #35

Added

  • Added LoggingCourier class for local testing purposes

0.6.0

27 Dec 03:01
3b57999
Compare
Choose a tag to compare

Removed

  • Dropped EmptyContent class
  • Drop support for PHP Email ^0.5.1

Added

  • Added MailCourier implementation using native mail function

Changed

  • Add support for PHP Email ^0.6.0

0.5.0

10 Dec 06:57
956da6b
Compare
Choose a tag to compare

Removed

0.4.1

08 Dec 17:29
16cbebf
Compare
Choose a tag to compare

Deprecated

0.4.0

27 Oct 23:03
db77c9c
Compare
Choose a tag to compare

Added

  • Send custom headers defined on the Email (caveat on SparkPost templated emails in readme).
  • Add inline attachments defined on the Email
  • Add charset to attachments for all couriers that support it
  • Added integration tests for Postmark, SendGrid and SparkPost

Changed

  • Upgrade to php-email version 0.5.0.
  • Update use of SimpleContent to handle BC incompatible changes from php-email.

0.3.0

13 Dec 17:23
bd71840
Compare
Choose a tag to compare
  • Update php-email to 0.4.0
  • Added ConfirmingCourier interface

0.2.0

09 Nov 01:09
Compare
Choose a tag to compare
  • Added strict types and argument/return type hints
  • Dropped support for 5.6 and 7.0. 7.1+ supported only.
  • Upgraded to 0.3.0 of quartzy/php-email

0.1.5

30 Oct 19:02
Compare
Choose a tag to compare
  • Avoid empty content headers to SparkPost

0.1.4

05 Oct 20:15
Compare
Choose a tag to compare
  • Only send the CC header with SparkPostCourier if it isn't empty

0.1.3

22 Sep 17:05
Compare
Choose a tag to compare
  • Send recipients with correct format in SparkPostCourier based on this FAQ