peercode / mail
Rewrites the mail that is saved to log to also contains subject and body.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.1
2014-11-11 12:10 UTC
Requires
- php: >=5.4.0
- illuminate/mail: 4.2.*
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-01-15 23:20:26 UTC
README
Rewrites the laravel 4.2 mail that is saved to log to also contain subject and description in the log.
SetUp Application
Add the package to your composer.json and run composer update.
"peercode/mail": "4.2.*@dev"
Add the maillog service provider in app/config/app.php:
'Peercode\Mail\MailServiceProvider',