yus-ham/yii2-resend
最新稳定版本:v1.0.0
Composer 安装命令:
composer require yus-ham/yii2-resend
包简介
Yii 2 extension for [Resend](https://resend.com)
README 文档
README
You need this library? just install it through composer
composer require yus-ham/yii2-resend --prefer-dist -o
Also don't forget to configure
$config['components']['mailer'] = [ 'class' => 'yusham\resend\Mailer', 'useFileTransport' => false, 'viewPath' => '@app/mail', 'transport' => [ 'apiKey' => '<YOUR_API_KEY>' ], ];
And you can then send an email as usually
Yii::$app->mailer->compose('contact/html') ->setFrom('from@domain.com') ->setTo($form->email) ->setSubject($form->subject) ->send();
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-18