Releases: ActiveCampaign/swiftmailer-postmark
Releases · ActiveCampaign/swiftmailer-postmark
3.4.0
Add support for Guzzle 7
Add support for setting Default Headers
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)
Allow Postmark Errors to Propagate
This release adds the ability to propagate sending errors for custom handling in your app from #22.
Bugfix Release
Minor Fixes
- 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.
2.0.5 Adding support for older versions of SwiftMailer, after confirming it…
Bugfix: Map `X-PM-Tag`
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.
Merge pull request #4 from hillelcoren/master Fix HTML email when using attachments
Adding support for ContentID in Attachments
2.0.2 Updating tests after merging ContentID enhancement.