Skip to content

Remiii/MandrillSwiftMailer

 
 

Repository files navigation

Accord\MandrillSwiftMailer

Build Status

A SwiftMailer transport implementation for Mandrill

Installation

Require the package with composer

composer require accord/mandrill-swiftmailer

Usage

$transport = new MandrillTransport($dispatcher);
$transport->setApiKey('ABCDEFG12345');
$transport->setAsync(true); # Optional
$transport->send($message);

About

A SwiftMailer transport implementation for Mandrill

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%