manageitwa/laravel-mailtrap-driver
最新稳定版本:v1.0.0
Composer 安装命令:
composer require manageitwa/laravel-mailtrap-driver
包简介
Provides email support for the Mailtrap.io Email Sending Service through API
README 文档
README
This allows a Laravel v6.x install to use the Mailtrap.io sending service API for sending emails, since the official client does not support any version below Laravel 9.
Usage
Include in Composer:
composer require manageitwa/laravel-mailtrap-driver
The package should be discovered if you have Laravel package auto-discovery enabled. Otherwise, include the service provider in your app.providers config:
'providers' => [ // ... ManageItWA\LaravelMailtrapDriver\MailtrapServiceProvider::class, //... ],
Finally, ensure that you add the following to config/services.php:
'mailtrap' => [ 'token' => '', // Set to your API token from Mailtrap ],
You may then set your mail.driver to mailtrap and you're away!
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-23