remiii/mandrill-mailer-bundle
最新稳定版本:v0.0.4
Composer 安装命令:
composer require remiii/mandrill-mailer-bundle
包简介
MandrillMailerBundle add support for Mandrill API on Swiftmailer
README 文档
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. :-)
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-19