Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

flipbox/swiftmailer-postmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftmailer-postmark

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.

About

The Official Swiftmailer Transport for Postmark.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%