flipboxdigital/swiftmailer-postmark

This package is abandoned and no longer maintained. The author suggests using the wildbit/swiftmailer-postmark package instead.

A Swiftmailer Transport for Postmark.

3.0.0 2017-12-04 14:37 UTC

README

An official Swiftmailer Transport for Postmark.

Send mail through Postmark from your favorite PHP frameworks!

You're just steps away from super simple sending via Postmark:

1. Include this package in your project:
composer require flipboxdigital/swiftmailer-postmark
2. Construct the Postmark Transport and pass it to your Swift_Mailer instance:
$transport = new \Postmark\Transport("<YOUR_SERVER_TOKEN>");
$mailer = new Swift_Mailer($transport);
3. There is no step three.