bertoost/craft-mailerchain

Craft CMS插件,用于添加邮件适配器链。

安装: 31

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 1

类型:craft-plugin

v1.2.0 2023-05-20 10:59 UTC

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的邮件传输时,您更改传输并测试设置未保存。检查将失败,如果测试的传输在链列表中,它将更新计数和测试成功状态。