hometogo/mandrill-bundle
Composer 安装命令:
composer require hometogo/mandrill-bundle
包简介
Swiftmailer-Mandrill integration for Symfony2
README 文档
README
Bundle is used to allow sending mails through Mandrill while using Swiftmailer.
Installation
-
Run the following in terminal:
composer require hometogo/mandrill-bundle -
Register the bundle in your
AppKernel.phpfile:<?php // in AppKernel::registerBundles() $bundles = array( // ... new Htg\MandrillBundle\HtgMandrillBundle(), );
-
Add your API key to app/config/parameters.yml.dist:
mandrill_key: ~
-
Configure bundle to use your key app/config/config.yml:
mandrill: api_key: %mandrill_key%
-
Register mandrill transport app/config/config.yml:
swiftmailer: default_mailer: mandrill # optional mailers: mandrill: transport: mandrill
-
Add
mandrill_key: ~toparamters.ymland conform container integrity via following command:composer install
统计信息
- 总下载量: 3.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-10-26