superbig/craft-resend

此插件为Craft CMS提供了重发集成。

安装: 0

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 1

类型:craft-plugin

5.0.0 2024-05-15 15:21 UTC

This package is auto-updated.

Last update: 2024-09-15 15:58:25 UTC


README

Resend插件集成了Resend电子邮件服务与Craft CMS。

要求

此插件需要Craft CMS 4.9.0或更高版本,以及PHP 8.1或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

进入您项目控制面板中的插件商店,搜索“Resend”,然后点击“安装”。

使用Composer

打开终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require superbig/craft-resend

# tell Craft to install the plugin
./craft plugin/install resend