Send email in laravel 7,8 using gmail in Hindi
how to send an email in laravel using gmail smtp server Smtp Port having 465
Send email in laravel using gmail as smtp server
Set smtp in laravel
How to setup smtp server in laravel
if you are on shared hosting please try these setting given below
MAIL_DRIVER=sendmail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=xyx
MAIL_ENCRYPTION=ssl
This video helps you to send email using your gmail account
This is best way to send email in laravel using gmail