jmhobbs/swiftmailer-transport-aws-ses 问题修复 & 功能扩展

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

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

jmhobbs/swiftmailer-transport-aws-ses

最新稳定版本:1.2.0

Composer 安装命令:

composer require jmhobbs/swiftmailer-transport-aws-ses

包简介

Add AWS SES support to Swiftmailer

README 文档

README

This package is deprecated, you should move to the SMTP interface. Read more in SMTP.md

There will be no more feature development for this package, and only critical bug fixes will be applied.

What is it?

It's a simple transport for use with Swiftmailer to send mail over AWS SES.

As of December 2011, Amazon provides an SMTP interface to SES, so you may prefer to use Swiftmailer's built in SMTP transport.

Where do I put it?

The best way to use it is through composer.

$ composer require jmhobbs/swiftmailer-transport-aws-ses 

Which will bring in Swiftmailer if you don't already have it installed.

Otherwise Swift can autoload it if you put the files in this directory:

[swift library root]/classes/Swift/AWSTransport.php 

How do I use it?

Like any other Swiftmailer transport:

//Create the Transport $transport = Swift_AWSTransport::newInstance( 'AWS_ACCESS_KEY', 'AWS_SECRET_KEY' ); //Create the Mailer using your created Transport $mailer = Swift_Mailer::newInstance($transport); $mailer->send($message); 

Swiftmailer <= 5.x

The current branch has been update to be compatible with Swiftmailer 6. If you need the old branch, it is availble under the 0.9.x tags, or the swiftmailer-5.x branch.

Symfony1.X configuration

```yaml # app/frontend/config/factories.yml all: mailer: class: sfMailer param: transport: class: Swift_AWSTransport accessKeyId: your-access-key secretKey: Y0uR-$3cr3t5-k3y debug: false endpoint: 'https://email.us-east-1.amazonaws.com/' # make sure to use trailing slash ! ``` 

How do I get the message ID on send?

You need to register the Swift_Events_ResponseReceivedListener plugin with a callback. See example/responseListener.php for details.

$transport->registerPlugin( new Swift_Events_ResponseReceivedListener( function ( $message, $body ) { echo sprintf( "Message-ID %s.\n", $body->SendRawEmailResult->MessageId ); }) ); 

Swiftmailer Version

Please note that some users have had issues with older versions of Swiftmailer.

Versions 4.1.3 and up should work fine.

Credits

  • @jmhobbs - Original development
  • @bertrandom - Bug fix
  • @themouette - Plugins & Symfony compatible
  • @jonatrey & @faz - Debugging and Testing issue #13
  • @casconed - Made debug function more robust, issue #21
  • @martijngastkemper - Added responseReceived event to get message id from AWS
  • @weierophinney - Swiftmailer 6 support

统计信息

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

GitHub 信息

  • Stars: 81
  • Watchers: 4
  • Forks: 34
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固