Using gmail smtp via Laravel: Connection could not be established with host smtp.gmail.com [Connection timed out #110]

I had the same problem and I resolved it in this way:

'driver' => 'sendmail',

You need to change only that line.

Leave a Comment