bertoost / craft-mailerchain
Craft CMS插件,用于添加邮件适配器链。
v1.2.0
2023-05-20 10:59 UTC
Requires
- php: ^8.0
- craftcms/cms: ^4.1
This package is auto-updated.
Last update: 2024-09-20 13:41:11 UTC
README
此插件为Craft CMS提供了邮件适配器集成,用于配置邮件适配器链并通过配置的邮件之一随机发送邮件。
要求
此插件需要Craft CMS 4或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
进入项目控制面板中的插件商店,搜索“Mailer Chain”。然后在模态窗口中点击“安装”按钮。
使用Composer
打开您的终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require bertoost/craft-mailerchain # tell Craft to install the plugin ./craft install/plugin mailerchain
发送电子邮件
只需像往常一样使用Craft Mailer发送电子邮件。
此插件作为邮件适配器,将一个随机配置的适配器传递给Mailer。
已知问题
- 当此链配置为Craft的邮件传输时,您更改传输并测试设置未保存。检查将失败,如果测试的传输在链列表中,它将更新计数和测试成功状态。