bertoost/craft-mailerchain
最新稳定版本:v1.2.0
Composer 安装命令:
composer require bertoost/craft-mailerchain
包简介
Craft CMS plugin for adding a chain of mail adapters.
README 文档
README
This plugin provides a mailer adapter integration for Craft CMS to configure a chain of mailers and send randomly through one of the configured mailers.
Requirements
This plugin requires Craft CMS 4 or later.
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 "Mailer Chain". 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 bertoost/craft-mailerchain # tell Craft to install the plugin ./craft install/plugin mailerchain
Sending e-mails
Just use the Craft Mailer to send emails, normally.
This plugin acts like a mail adapter and passes a random configured adapter to the Mailer.
Known issues
- When this chain is configured to be the mail transport for Craft, you change the transport and test it without saving the settings. The check will fail and if the tested transport is in the chain-list, it will update the count & test-success status.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-13