remiii/mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

v0.0.4 2015-03-09 16:26 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:10:41 UTC


README

The MandrillMailerBundle add support fot Mandrill API Swiftmailer.

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

Features include:

  • ...

Caution: This bundle is under development with no warranty.

Total Stars

Build Status

Coverage Status

SensioLabsInsight

Requirement

Mandrill API Key - https://mandrillapp.com/

Installation

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

Enable the bundle in the kernel:

<?php

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new remiii\MandrillMailerBundle\remiiiMandrillMailerBundle(),
    );
}

Step 3: Config config.yml

// app/config/config.yml

#...

# MandrillMailer
remiii_mandrill_mailer:
    api_key: YOUR_MANDRILL_API_KEY
    async: false

Step 4: Config param.yml

// app/config/parameters.yml

parameters:
    #...
    mailer_transport: remiii_mandrill_mailer

Version

Latest Stable Version

License

This bundle is under the MIT license. See the complete license in LICENSE.md

License

Authors

  • Rémi Barbe (aka Remiii)

Bug report and Help

For bug reports open a Github ticket. Patches gratefully accepted. :-)