承接 hometogo/mandrill-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.php file:

    <?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: ~ to paramters.yml and conform container integrity via following command:

    composer install
    

统计信息

  • 总下载量: 3.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 29
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-10-26