monstrex / phpmail
PHP Mail driver
dev-master
2019-09-28 15:42 UTC
Requires
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-11-25 16:04:25 UTC
README
PHP Mail Driver is a tiny driver implements legacy php e-mail sending funtcion mail() in your laravel application.
Be careful, this function is insecure!
Installation
Via Composer
$ composer require monstrex/phpmail
Usage
Just set .env parameters to MAIL_DRIVER=phpmail. Nothing more is required.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Not implemented.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.