Swift_TransportException- Error in Laravel Mail Functionality
To Resolve this issue please add the below changes Edit the .env file MAIL_DRIVER = smtp MAIL_HOST = smtp.gmail.com MAIL_PORT = xxx Change the above variable as like below MAIL_DRIVER = mail MAIL_HOST = mail.gmail.com MAIL_PORT = 587