Skip to content

Releases: ActiveCampaign/swiftmailer-postmark

3.4.0

05 Sep 08:49
17771bd
Compare
Choose a tag to compare

What's Changed

  • Add Postmark Message ID to response headers #49

New Contributors

Full Changelog: 3.3.0...3.4.0

Add support for Guzzle 7

10 Sep 11:13
44ccab7
Compare
Choose a tag to compare

Changes:

  • Add support for Guzzle 7 (we keep supporting Guzzle 6 as well). (#37)
  • Cleanup .gitignore. (#36)

Big thanks to @mfn for submitting the PRs!

Add support for setting Default Headers

05 Sep 12:38
Compare
Choose a tag to compare

Changes:

  • Add support for setting Default Headers at Transport-level for each message sent. See the README for examples. (#35)
  • Make Transport methods protected to allow for more extensibility. (#33)
  • Remove composer.lock and cleanup .travis.yml. (#31)
  • Bugfix: Fix response not being sent to the responseReceived plugin method. (#32)

Big thanks to @beberlei and @mfn for submitting the PRs!

Allow Postmark Errors to Propagate

07 Jul 18:43
f3932a6
Compare
Choose a tag to compare

This release adds the ability to propagate sending errors for custom handling in your app from #22.

Bugfix Release

01 Mar 17:31
Compare
Choose a tag to compare

Resolves two issues with the Transport:

  • #16 FixgetServerToken() method on Transport.
  • #18 Do not require a To address when sending if Cc or Bcc are set.

Thanks @cgsmith for the PRs!

Minor Fixes

18 Apr 14:25
Compare
Choose a tag to compare
  • Update guzzle configuration for proper error propagation.
  • Allow PHP 7 to be used in conjunction with this Transport.

Allow older versions of SwiftMailer to use the Transport.

13 Sep 20:47
Compare
Choose a tag to compare
2.0.5

Adding support for older versions of SwiftMailer, after confirming it…

Bugfix: Map `X-PM-Tag`

26 Jul 11:44
Compare
Choose a tag to compare

This release will map the X-PM-Tag header into the Tag property of the message payload.

Resolves issue when sending HTML email with an attachment.

18 Apr 14:39
Compare
Choose a tag to compare
Merge pull request #4 from hillelcoren/master

Fix HTML email when using attachments

Adding support for ContentID in Attachments

30 Nov 18:25
Compare
Choose a tag to compare
2.0.2

Updating tests after merging ContentID enhancement.