wildside/mailguneu
最新稳定版本:1.1.0
Composer 安装命令:
composer require wildside/mailguneu
包简介
Provides a replacement MailServiceProvider in Laravel which requires setting the full Mailgun base URL.
README 文档
README
Provides a replacement MailServiceProvider in Laravel which requires setting the full Mailgun base URL.
Requirements
- This package requires PHP 5.6+
- It works with Laravel 5.x (and may work with earlier versions too).
- It does not work with Laravel 5.5 or Laravel 5.7 (or newer) as native support for the EU endpoint is available.
Installation
Require this package with composer
composer require wildside/mailguneu
Replace your MailServiceProvider in config/app.php.
// Illuminate\Mail\MailServiceProvider::class, Wildside\MailgunEu\MailServiceProvider::class,
Update your mailgun.domain value in config/services.php to provide the full API URL (e.g. https://api.mailgun.net/v3/mg.example.org instead of mg.example.org)
License
This open-source software is licensed under the MIT license.
统计信息
- 总下载量: 15.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-27