convergine / craft-brevo
Brevo (之前称为 "SendInBlue") 邮件适配器,适用于 Craft CMS。
1.0.2
2024-03-08 21:46 UTC
Requires
- craftcms/cms: ^4.0.0 || ^5.0.0
- symfony/sendinblue-mailer: ^6.0
This package is auto-updated.
Last update: 2024-09-08 23:07:45 UTC
README
此插件为 Brevo 提供了与 Craft CMS 的集成。
要求
此插件需要 Craft CMS 4.0 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
从插件商店
前往项目的控制面板中的插件商店,搜索“Brevo”,然后在弹出的模态窗口中点击“安装”按钮。
使用 Composer
打开终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require convergine/craft-brevo # tell Craft to install the plugin ./craft plugin/install craft-brevo
设置
安装 Brevo 后
- 前往 设置 → 电子邮件。
- 将 传输类型 设置更改为 Brevo。
- 输入您的 API 密钥(您可以在 Brevo 账户设置 中获取)。
- 点击 保存。
提示: 可以使用环境变量设置 API 密钥。有关更多信息,请参阅 Craft 文档中的 环境配置。
支持
如有任何问题或疑问,您可以通过电子邮件 info@convergine.com 或在 GitHub 上提交问题与我们联系。