PHPackages                             chrisbarr/mandrill-mailer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. chrisbarr/mandrill-mailer

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

chrisbarr/mandrill-mailer
=========================

SwiftMailer-like interface for sending emails using the Mandrill Messages API

v0.1.1(11y ago)037MITPHPPHP &gt;=5.4.0

Since Oct 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/chrisbarr/mandrill-mailer)[ Packagist](https://packagist.org/packages/chrisbarr/mandrill-mailer)[ Docs](https://github.com/chrisbarr/MandrillMailer)[ RSS](/packages/chrisbarr-mandrill-mailer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

MandrillMailer
==============

[](#mandrillmailer)

[![Build Status](https://camo.githubusercontent.com/52ead05373bf70394cd88d486de769386b1562a2aa1a83ba6347818a21529084/68747470733a2f2f7472617669732d63692e6f72672f6368726973626172722f6d616e6472696c6c2d6d61696c65722e737667)](https://travis-ci.org/chrisbarr/mandrill-mailer)

SwiftMailer-like interface for sending emails using the Mandrill Messages API

Basic Usage
-----------

[](#basic-usage)

Include it using [composer](https://getcomposer.org/):

```
$ composer require chrisbarr/mandrill-mailer

```

Or add it to your composer.json file:

```
{
  "require": {
    "chrisbarr/mandrill-mailer": "~0.1"
  }
}
```

Then use it like so:

```
