wrep / fosuserbundle-mandrill-mailer
Symfony FOSUserBundle mailer for Mandrill
Installs: 4 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 8
Open Issues: 2
Type:symfony-bundle
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