squareboat / sneaker

An easy way to send emails whenever an exception occurs on server.
MIT License
222 stars 46 forks source link

doesn't send an email #17

Closed ahmadzissa closed 6 years ago

ahmadzissa commented 6 years ago

Hello, I followed all the interactions and removed the caches files

I add the code in report function app('sneaker')->captureException($exception);

and I have sneaker config and if I run artisan sneaker commend I get Sneaker is working fine ✅

What should I do to fix it ?

My email provider is gmail and I use it to get messages from my users and it works well

can you help me ?