bertoost / craft-elasticemail
Craft CMS 对 ElasticEmail 邮件适配器的实现
v2.0.2
2023-02-20 18:45 UTC
Requires
- php: ^8.0
- bertoost/elasticemail-mailer: ^1.0.3
- craftcms/cms: ^4.1
This package is auto-updated.
Last update: 2024-09-20 22:32:08 UTC
README
Craft CMS 的 Elastic Email
此插件为 Elastic Email 提供了 Craft CMS 的集成。
要求
此插件需要 Craft CMS 3.1.5 或更高版本。
安装
您可以从插件商店或使用 Composer 安装此插件。
从插件商店
前往项目控制面板中的插件商店,搜索 "Elastic Email",然后在模态窗口中点击 "安装" 按钮。
使用 Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require bertoost/craft-elasticemail # tell Craft to install the plugin ./craft install/plugin elastic-email