remiii / mandrill-mailer-bundle
MandrillMailerBundle add support for Mandrill API on Swiftmailer
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- mandrill/mandrill: ~1.0
- swiftmailer/swiftmailer: ~5.3
- symfony/framework-bundle: >=2.3
Requires (Dev)
- mockery/mockery: 0.9.*@dev
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-12-21 16:46:32 UTC
README
The MandrillMailerBundle add support fot Mandrill API Swiftmailer.
_ _ _ _ _ _
/\/\ __ _ _ __ __| |_ __(_) | | /\/\ __ _(_) | ___ _ __
/ \ / _` | '_ \ / _` | '__| | | |/ \ / _` | | |/ _ \ '__|
/ /\/\ \ (_| | | | | (_| | | | | | / /\/\ \ (_| | | | __/ |
\/ \/\__,_|_| |_|\__,_|_| |_|_|_\/ \/\__,_|_|_|\___|_|
Features include:
- ...
Caution: This bundle is under development with no warranty.
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
License
This bundle is under the MIT license. See the complete license in LICENSE.md
Authors
- Rémi Barbe (aka Remiii)
Bug report and Help
For bug reports open a Github ticket. Patches gratefully accepted. :-)