When I try to send an e-mail through my website running Laravel 4, I get this exception:
{\"error\":{\"type\":\"Swift_TransportException\",\"message\":\"Expe
I had lot of issues finding answer for this. Then after doing lot of trial and error i have found an solution to this. Most of the solution above worked for other but it help me upto 50%.
So, This is how it worked for me (100%):
Next in laravel, Goto .env file and change
MAIL_USERNAME= 'App Name you created'
MAIL_PASSWORD= 'Generated Password for that app'
This should be able to send emails from your gmail account. Please leave a comment if it doesn't works for you.