wrep/fosuserbundle-mandrill-mailer
最新稳定版本:v1.0.1
Composer 安装命令:
composer require wrep/fosuserbundle-mandrill-mailer
包简介
Symfony FOSUserBundle mailer for Mandrill
README 文档
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
统计信息
- 总下载量: 5.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-16