i'm using laravel with 000.webhost like a host i'm trying to send email but he shows me this error : Swiftmailer: Connection could not be established with host smtp.gmail.com [Connection timed out #110] my parameters in .env file are: MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=25
MAIL_USERNAME=my email
MAIL_PASSWORD=my password
MAIL_ENCRYPTION=tls
also in conf mail.php i use the same parameters i enabled less secure application in my account but still don't know where is the problem yet somewone can help me please ?