My system sends a couple of important emails. What is the best way to unit test that?
I see you can put it in pretend mode and it goes in the log. Is there something t
For Laravel 5.4 check Mail::fake(): https://laravel.com/docs/5.4/mocking#mail-fake
Mail::fake()