helick/mail
Composer 安装命令:
composer require helick/mail
包简介
The Helick mail plugin
README 文档
README
Mail integration.
Requirements
Make sure all dependencies have been installed before moving on:
Install
Install via Composer:
$ composer require helick/mail
Update your application config by declaring the following:
Config::define('MAIL_HOST', env('MAIL_HOST')); Config::define('MAIL_PORT', env('MAIL_PORT')); Config::define('MAIL_USER', env('MAIL_USER')); Config::define('MAIL_PASSWORD', env('MAIL_PASSWORD'));
Update your env variables by declaring the following:
MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USER=null MAIL_PASSWORD=null
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email evgenii@helick.io instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-31