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

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

gulaandrij/mandrill-bundle
==========================

Symfony Mandrill Bundle

v1.1(8y ago)018MITPHP

Since Jan 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gulaandrij/MandrillBundle)[ Packagist](https://packagist.org/packages/gulaandrij/mandrill-bundle)[ Docs](https://github.com/slot/SlotMandrillBundle)[ RSS](/packages/gulaandrij-mandrill-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (16)Used By (0)

SlotMandrillBundle
==================

[](#slotmandrillbundle)

[![Build Status](https://camo.githubusercontent.com/0769d33a3befd0b093fc2c796d18607264c0a81e275b11923b629303156b0c3c/68747470733a2f2f7472617669732d63692e6f72672f736c6f742f4d616e6472696c6c42756e646c652e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/slot/SlotMandrillBundle)

Send transactional mail through mandrill.com. This bundle provides an easy api for Symfony2 Projects.

All settings inside message class represent attributes of Mandrill's API. Please refer to their API documentation for Details:

Prerequisites
-------------

[](#prerequisites)

Before you're able to use this bundle you must sign up with Mandrill.

Mandrill is a great way to send your transactional emails and provides detailed advances reports.

Mandrill is free for limited number of email per day, please read through pricing section on the website for more information:

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

[](#installation)

Add the bundle to your composer.json

```
# composer.json
{
 "require": {
     "slot/mandrill-bundle": "dev-master",
 }
}
```

Run composer install

```
php ./composer.phar install
```

Enable the bundle in the kernel

```
