2017 © Pedro Peláez
 

symfony-bundle fosuserbundle-mandrill-mailer

Symfony FOSUserBundle mailer for Mandrill

image

wrep/fosuserbundle-mandrill-mailer

Symfony FOSUserBundle mailer for Mandrill

  • Sunday, March 8, 2015
  • by wrep
  • Repository
  • 2 Watchers
  • 4 Stars
  • 3,610 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

FOSUserBundleMandrillMailer

Provides a mailer service to use in combination with the FOSUserBundle and Mandrill., (*1)

Installation and configuration:

Pretty simple with Composer, add:, (*2)

{
    "require": {
        "wrep/fosuserbundle-mandrill-mailer": "dev-master"
    }
}

Add FOSUserBundleMandrillMailer to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Wrep\FOSUserBundleMandrillMailer\FOSUserBundleMandrillMailerBundle(),
        // ...
    );
}

Setup the config.yml file

// app/config/config.yml
fos_user:
    service:
        mailer: wrep.fosuserbundlemandrillmailer

The Versions

08/03 2015

dev-master

9999999-dev https://github.com/wrep/FOSUserBundleMandrillMailer

Symfony FOSUserBundle mailer for Mandrill

  Sources   Download

MIT

The Requires

 

email messages mandrill fos user bundle transaction mail transactional

08/03 2015

v1.0.1

1.0.1.0 https://github.com/wrep/FOSUserBundleMandrillMailer

Symfony FOSUserBundle mailer for Mandrill

  Sources   Download

MIT

The Requires

 

email messages mandrill fos user bundle transaction mail transactional

13/04 2014

v1.0.0

1.0.0.0 https://github.com/wrep/FOSUserBundleMandrillMailer

Symfony FOSUserBundle mailer for Mandrill

  Sources   Download

MIT

The Requires

 

email messages mandrill fos user bundle transaction mail transactional