swiftmailer-postmark icon indicating copy to clipboard operation
swiftmailer-postmark copied to clipboard

The Official Swiftmailer Transport for Postmark.

Results 9 swiftmailer-postmark issues
Sort by recently updated
recently updated
newest added

As requested in issue #24, with this PR it is possible to get the Postmark Message ID after sending the message.

This PR * [x] cleans up `composer.json`

SMTP header "X-PM-TrackOpens" and "X-PM-TrackLinks" will mapped to the correct payload name. This allows open and link tracking per swift message. Mapping is done in a similar way as "X-PM-Tag".

Getting this error when running composer: Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.

I'm using a newsletter application (Mailcoach) where you can define two different mail drivers: - one for bulk emails - one for transx emails Postmark also suggests sending through different...

Could you please clarify the license of this pacakge please?

Is there a way to do this currently? Other packages such as https://github.com/craigpaul/laravel-postmark add this as a header like so when the message is sent: ``` $message->getHeaders()->addTextHeader( 'X-PM-Message-Id', $this->getMessageId($response) );...

I am using this package with Laravel 8 application, and would like to integrate Batch email sending. Are there plans to add Batch sending soon ?

Would there be any way of you hooking up your `sendEmailBatch()` endpoint with this adapter. Be awesome if this could be supported out of the box, its used with the...