jtgrimes / test-mail
A Laravel package for functionally testing email
Requires
- php: >=7.0
- illuminate/filesystem: 5.*
- illuminate/mail: 5.*
- illuminate/support: 5.*
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2024-11-20 00:26:28 UTC
README
This package is a combination of mail drivers built by Jeffrey Way and Mohammed Said.
Jeffrey Way wrote the "assertable" bits - where you can make assertions about sent mail. The gist the code is based on is here: https://gist.github.com/JeffreyWay/b501c53d958b07b8a332
Mohammed Said wrote a package which saves copies of sent mail to disk so that they can be previewed in the browser. His package is here: https://github.com/themsaid/laravel-mail-preview
All credit should go to Mr. Way and Mr. Said for doing the heavy lifting. If there are any errors, the blame should go to me.
##Configuration
This package expects the following fields in the config/mail.php
file: 'preview_path' and 'preview_lifetime'