yii2-mailgun:Yii2 Mailgun扩展

时间:2024-05-30 17:59:21
【文件属性】:

文件名称:yii2-mailgun:Yii2 Mailgun扩展

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-30 17:59:21

mail yii2 email yii mailer

Maili Extension for Yii 2 该扩展为提供了邮件解决方案。 安装 安装此扩展的首选方法是通过 。 composer require boundstate/yii2-mailgun 与Guzzle,Buzz或其他发送HTTP消息的库并非硬耦合。 您还必须安装要使用的。 如果您只是想快速入门,则应安装和 : composer require kriswallsmith/buzz nyholm/psr7 用法 要使用此扩展,只需在您的应用程序配置中添加以下代码: return [ //.... 'components' => [ 'mailer' => [ 'class' => 'boundstate\mailgun\Mailer' , 'key' => 'key-example' ,


【文件预览】:
yii2-mailgun-master
----composer.json(912B)
----.travis.yml(392B)
----composer.lock(112KB)
----tests()
--------bootstrap.php(640B)
--------MailerTest.php(640B)
--------MessageTest.php(2KB)
--------BatchMessageTest.php(2KB)
--------mail()
--------TestCase.php(1KB)
--------EmailAddressTest.php(2KB)
----.env.example(45B)
----src()
--------EmailAddress.php(1KB)
--------Mailer.php(2KB)
--------Message.php(6KB)
--------BatchMessage.php(1KB)
----.gitignore(41B)
----phpunit.xml.dist(457B)
----README.md(3KB)

网友评论