cyberwork/mautic-amazon-ses 问题修复 & 功能扩展

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

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

cyberwork/mautic-amazon-ses

最新稳定版本:v1.0.0

Composer 安装命令:

composer require cyberwork/mautic-amazon-ses

包简介

Mautic 6 plugin that provides Amazon SES as an email transport and callback to process bounces

README 文档

README

Amazon SES

This plugin enable Mautic 6 to run AWS SES as a email transport and provide a callback to process bounces. Tested in Mautic 5.0.0 to 6.*

INSTALLATION

  1. Get the plugin using
composer require cyberwork/mautic-amazon-ses
  1. Clear cache
php bin/console cache:clear
  1. Install plugin
php bin/console mautic:plugins:reload

CONFIGURATION MAUTIC

Be sure to use the ses+api as Data Source Name (DSN). The following is the example for the DSN. ses+api://ACCESS_KEY:SECRET_KEY@default?region=REGION

Follow the steps to setup plugin DSN:

  1. Navigate to Configuration > Mail Send Settings
  2. Update the following fields leaving rest default or empty,
Field Value
Scheme ses+api
Host default
Port 465
User <aws-user>
Password <secretKey>
Region <region>

The <apiKey> and <secretKey> will be a credential access from a user AWS. The <region> is AWS region were run AWS SES in your account

CONFIGURATION AWS

Process bounces you need to configure an AWS SNS to send a callback to Mautic.

  1. Create a SNS topic attached to AWS SES Identity.
  2. Configure a suscription:
    • Protocol: HTTPS
    • Enable raw message delivery
    • Endpoint: URL_MAUTIC/mailer/callback.
  3. Confirm SNS suscription, this plugin automatic activate.

AUTHOR

👤 Adriano Andrade

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-05-10