bertoost / craft-mailjet
Craft CMS插件,用于添加Mailjet邮件适配器。
v2.1.0
2024-05-20 08:35 UTC
Requires
- php: ^8.2
- craftcms/cms: ^5.0
- mailjet/mailjet-apiv3-php: ^1.6
- symfony/mailjet-mailer: ^v7.0
README
Mailjet for Craft CMS
要求
此插件需要Craft CMS 3.1.5或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
转到项目的控制面板中的插件商店,搜索“Mailjet”,然后在其模态窗口中点击“安装”按钮。
使用Composer
打开终端并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require bertoost/craft-mailjet # tell Craft to install the plugin ./craft install/plugin mailjet