wrep / fosuserbundle-mandrill-mailer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony FOSUserBundle mailer for Mandrill
Package info
github.com/wrep/FOSUserBundleMandrillMailer
Type:symfony-bundle
pkg:composer/wrep/fosuserbundle-mandrill-mailer
v1.0.1
2015-03-08 19:52 UTC
Requires
- php: >=5.3.2
- hipaway-travel/mandrill-bundle: ~1.0
- symfony/framework-bundle: 2.*
This package is auto-updated.
Last update: 2020-04-17 14:01:42 UTC
README
Provides a mailer service to use in combination with the FOSUserBundle and Mandrill.
Installation and configuration:
Pretty simple with Composer, add:
{
"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