| Recommend this page to a friend! | 
| Classes of Wedmak | Laravel Mail Logger | README.md | Download | 
  | 
|||||||||||||||||||||
laravel-5-mail-logLogs every email sended by laravel (via Mail class include queued mails), preventing duplicates, u can override this by adding in bcc  
 Register provider, add this to config/app.php in providers array: After that u will need to publish config and publish migrations and migrate 
Now we can subscribe to mailsend event, by adding to  Now u have one more event, it's   |