定制 jplarar/ses-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jplarar/ses-bundle

Composer 安装命令:

composer require jplarar/ses-bundle

包简介

A simple Symfony2 bundle for the API for AWS SES.

README 文档

README

A simple Symfony2 bundle for the API for AWS SES.

Setup

Step 1: Download JplararSESBundle using composer

Add SES Bundle in your composer.json:

{
    "require": {
        "jplarar/ses-bundle": "^1.0.0"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update "jplarar/ses-bundle"

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Jplarar\SESBundle\JplararSESBundle()
    );
}

Step 3: Add configuration

# app/config/config.yml
jplarar_ses:
        amazon_ses:
            amazon_ses_key:    %amazon_ses_key%
            amazon_ses_secret: %amazon_ses_secret%
            amazon_ses_region: %amazon_ses_region%

Usage

Using service

<?php
        $sesClient = $this->get('amazon_ses_client');
?>

##Example

###Send new email to SES

<?php 
    $result = $sesClient->sendEmail(
                'recipient@example.com', 
                'subject', 
                'sender@example.com', 
                '<h1>AWS Amazon Simple Email Service Test Email</h1>',
                'This email was send with Amazon SES using the AWS SDK for Symfony.'
            );
            
            $messageId = $result->get('MessageId');
            echo("Email sent! Message ID: $messageId"."\n");
?>

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-09-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固