Provides a mailer service to use in combination with the FOSUserBundle and Mandrill.
Pretty simple with Composer, add:
{
"require": {
"wrep/fosuserbundle-mandrill-mailer": "dev-master"
}
}
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Wrep\FOSUserBundleMandrillMailer\FOSUserBundleMandrillMailerBundle(),
// ...
);
}
// app/config/config.yml
fos_user:
service:
mailer: wrep.fosuserbundlemandrillmailer