nicolasbinet / swiftmailer-postmark

The Official Swiftmailer Transport for Postmark.

Home Page:https://postmarkapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swiftmailer-postmark

Build Status

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 wildbit/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.

About

The Official Swiftmailer Transport for Postmark.

https://postmarkapp.com


Languages

Language:PHP 100.0%