remiii/mandrill-mailer-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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.

Total Stars

Build Status

Coverage Status

SensioLabsInsight

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

Latest Stable Version

License

This bundle is under the MIT license. See the complete license in LICENSE.md

License

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

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-19