you can try this Code in .env file change
MAIL_DRIVER = smtp MAIL_HOST = smtp.gmail.com MAIL_PORT = 587 MAIL_USERNAME = your-gmail-username MAIL_PASSWORD = your-application-specific-password MAIL_ENCRYPTION = tls
I have configured SMTP mailservice on my site and i have tested with PHPMailer SMTP also, Its working fine. But same credentials inside Laravel mail is not going and its not throwing error also. Could some one please help me to solve this?
My .env file contains
MAIL_DRIVER=smtp
MAIL_HOST=xxx-smtp.com
MAIL_PORT=25
MAIL_PASSWORD=xxxx
MAIL_ENCRYPTION=null
Please or to participate in this conversation.