Recommend this page to a friend! |
Classes of Andrey Iatsenko | Laravel Local Email Sender | README.md | Download |
|
DownloadLocal mailer for laravelEach developer needs to check the sending of email messages during development. Most of them have their own ways - usage gmail, Mailtrap, laravel logs, etc. This solution will create its own mail transport, saving emails as daily logs, with the ability to view! :scroll: InstallationThe package can be installed via composer:
In the config config/mail.php add a new transport:
Now you can include this transport in the env:
The page for viewing is available at |