superbig / craft-resend
此插件为Craft CMS提供了重发集成。
5.0.0
2024-05-15 15:21 UTC
Requires
- php: >=8.1
- craftcms/cms: ^4.9.0|^5.0.0
- symfony/resend-mailer: ^v7.1.0-BETA1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
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