Swiftmailer Postmark Versions Save

The Official Swiftmailer Transport for Postmark.

3.4.0

1 year ago

What's Changed

New Contributors

  • @dejury

Full Changelog: https://github.com/ActiveCampaign/swiftmailer-postmark/compare/3.3.0...3.4.0

3.3.0

3 years ago

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!

3.2.0

3 years ago

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!

3.1.0

4 years ago

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

3.0.2

5 years ago

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!

2.1.0

7 years ago
  • Update guzzle configuration for proper error propagation.
  • Allow PHP 7 to be used in conjunction with this Transport.

2.0.5

7 years ago

2.0.4

7 years ago

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

2.0.3

8 years ago

2.0.2

8 years ago