8000 GitHub - dakujem/sendgrid-swiftmailer: Framework-agnostic SendGrid transport for Swift Mailer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dakujem/sendgrid-swiftmailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendGrid transport for Swift Mailer

A framework-agnostic SendGrid transport for Swift Mailer.

Installation:

$ composer require dakujem/sendgrid-swiftmailer

Usage:

$transport = new Dakujem\SwiftGrid\SendGridTransport(getenv('SENDGRID_API_KEY'));
$mailer = new Swift_Mailer($transport);

For more information, visit:


Note:

The code has been inspired by expertcoder/swiftmailer-send-grid-bundle, but is more flexible, works with newest SendGrid and Swift Mailer libs and does not require symfony installation.

About

Framework-agnostic SendGrid transport for Swift Mailer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0