Support the ongoing development of Laravel.io →
Configuration Mail
Last updated 2 years ago.
0

That's intended although the documentation isn't very clear: https://github.com/laravel/framework/blob/master/src/Illuminate/Mail/Mailer.php#L313

If you want to log the email that is sent listen for the mailer.sending event and log the contents.

Last updated 2 years ago.
0

If the driver option of your app/config/mail.php configuration file is set to log, all e-mails will be written to your log files, and will not actually be sent to any of the recipients. This is primarily useful for quick, local debugging and content verification.

http://laravel.com/docs/4.2/mail

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.