PHPackages                             remiii/mandrill-mailer-bundle - 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. remiii/mandrill-mailer-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

remiii/mandrill-mailer-bundle
=============================

MandrillMailerBundle add support for Mandrill API on Swiftmailer

v0.0.4(11y ago)5741MITPHPPHP &gt;=5.3.3

Since Feb 19Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Remiii/remiii-mandrill-mailer-bundle)[ Packagist](https://packagist.org/packages/remiii/mandrill-mailer-bundle)[ Docs](https://github.com/remiii/remiii-mandrill-mailer-bundle)[ RSS](/packages/remiii-mandrill-mailer-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

MandrillMailerBundle
====================

[](#mandrillmailerbundle)

The MandrillMailerBundle add support fot Mandrill API Swiftmailer.

```
                            _      _ _ _              _ _
      /\/\   __ _ _ __   __| |_ __(_) | | /\/\   __ _(_) | ___ _ __
     /    \ / _` | '_ \ / _` | '__| | | |/    \ / _` | | |/ _ \ '__|
    / /\/\ \ (_| | | | | (_| | |  | | | / /\/\ \ (_| | | |  __/ |
    \/    \/\__,_|_| |_|\__,_|_|  |_|_|_\/    \/\__,_|_|_|\___|_|

```

Features include:

- ...

Caution: This bundle is under development with no warranty.

[![Total Stars](https://camo.githubusercontent.com/7acd49705ccc19dacec76b681ac2b7f9c8f4ea88857a86c5107e3c7e095e51c2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f52656d6969692f72656d6969692d6d616e6472696c6c2d6d61696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/remiii/mandrill-mailer-bundle)

[![Build Status](https://camo.githubusercontent.com/9d03e4f5ccc2619b7d6d90d73fed953d259366332ee74783657cbdeb647a936a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f52656d6969692f72656d6969692d6d616e6472696c6c2d6d61696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Remiii/remiii-mandrill-mailer-bundle)

[![Coverage Status](https://camo.githubusercontent.com/5211f89a53f91adb621b620b8745d267a2c23d9b585955a9a80bef1020336cc2/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f52656d6969692f72656d6969692d6d616e6472696c6c2d6d61696c65722d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/Remiii/remiii-mandrill-mailer-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/02024a4e6c2880b0b9c23e8b7d2e1d00ff9ad5bffcba93ef4abf5fa2bcf6f914/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f64636638383230362d383665362d346335322d623939652d6464313834616236396233632e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/dcf88206-86e6-4c52-b99e-dd184ab69b3c)

Requirement
-----------

[](#requirement)

Mandrill API Key -

Installation
------------

[](#installation)

### Step 1: Download MandrillMailerBundle using composer

[](#step-1-download-mandrillmailerbundle-using-composer)

Add MandrillMailerBundle by running the command:

```
$ php composer.phar require remiii/mandrill-mailer-bundle
```

Composer will install the bundle to your project's `vendor` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
