snowfire/mail
Composer 安装命令:
composer require snowfire/mail
包简介
Adds postmark as an additional email driver in Laravel
README 文档
README
Postmarkapp is an excellent ESP (Email Service Provider). This package makes it possible to send your emails with Postmark without modifing your code.
Using Laravel 4? Visit the laravel-4 branch
Add this to your composer.json
"snowfire/mail": "2.*"
Open app.php and remove this line:
Illuminate\Mail\MailServiceProvider
Add
Snowfire\Mail\PostmarkServiceProvider
In your .env change your driver to postmark.
In your config file services.php add your postmark api key.
'postmark' => [
'api_key' => ''
],
Run a composer update and you are ready to go!
统计信息
- 总下载量: 104.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 28
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-21