Releases: OpenBuildings/postmark
Releases · OpenBuildings/postmark
Support Swift Mailer 6, drop Swift Mailer 5
PHP version upgrade
Upgrade php version to ^7.1
Upgrade phpunit version to ^7
Support multipart/related as HTML
0.3.5: Fix attachments always being converted to inline attachments
This is fixing a bug introduced after merging #24
The Content-ID
header must not be set for attachments with Content-Disposition: attachment
. Postmark is automatically converting attachments with Content-ID
to inline attachments, because the Content-Disposition
cannot be set in the API.
Test on PHP 7 and update testing infrastructure
Extend Swift_TransportException when throwing Postmark exceptions
This enables you to listed to Postmark API exceptions using the Swift built-in listeners. See #28 for more information.