perfectwebteam/craft-mailchimp-transactional
Composer 安装命令:
composer require perfectwebteam/craft-mailchimp-transactional
包简介
Mailchimp Transactional mailer adapter for Craft CMS.
关键字:
README 文档
README
Mailchimp Transactional for Craft CMS
This plugin provides a Mailchimp Transactional integration for Craft CMS.
Requirements
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Mailchimp Transactional”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require perfectwebteam/craft-mailchimp-transactional # tell Craft to install the plugin ./craft install/plugin craft-mailchimp-transactional
Setup
Once Mailchimp Transactional is installed:
- Go to Settings → Email.
- Make sure that the System Email Address is set to an email for which the domain is a verified Sending Domain.
- Change the Transport Type setting to Mailchimp Transactional.
- Enter your API Key from the Mailchimp Transactional Settings page.
- Optionally set the Subaccount from the Mailchimp Transactional Subaccounts page.
- Optionally set the Template Slug from the Mailchimp Transactional Templates page.
- Click Save.
Tip: The API Key, Subaccount and Template Slug settings can be set using environment variables. See Environmental Configuration in the Craft docs to learn more about that.
Custom Return-Path
Register Return-Path domains in Mandrill: https://mandrillapp.com/settings/tracking-domains to allow for a custom Return-Path as described here: https://mailchimp.com/developer/transactional/docs/authentication-delivery/#custom-return-path-domains
Configure the Return-Path via your config/mailchimp-transactional.php config file by adding:
<?php return [ 'returnPaths' => [ 'domain.com' => 'mandrill.domain.com' ] ];
Brought to you by Perfect Web Team
perfectwebteam/craft-mailchimp-transactional 适用场景与选型建议
perfectwebteam/craft-mailchimp-transactional 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 22.51k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 01 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「mailchimp」 「cms」 「mandrill」 「transactional」 「Craft」 「craftcms」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 perfectwebteam/craft-mailchimp-transactional 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 perfectwebteam/craft-mailchimp-transactional 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 perfectwebteam/craft-mailchimp-transactional 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Library to send email across all platforms using one interface.
An updated fork (psr-0 to psr-4) from the original library "Mandrill/Mandrill" (https://bitbucket.org/mailchimp/mandrill-api-php)
GraphQL authentication for your headless Craft CMS applications.
Magento2 email providers integration (smtp, mandrill, amazon ses)
Set Links with a specific language parameter
Supercharged text field validation.
统计信息
- 总下载量: 22.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-17