bertoost/craft-elasticemail

Craft CMS 对 ElasticEmail 邮件适配器的实现

安装: 11

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 1

分支: 1

开放问题: 1

类型:craft-plugin

v2.0.2 2023-02-20 18:45 UTC

This package is auto-updated.

Last update: 2024-09-20 22:32:08 UTC


README

Elastic Email for Craft CMS

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