Skip to content
Advertisement

laravel Expected response code 250 but got code “530”

Im trying to Mail in Laravel 5.1

my mail.php code is

JavaScript

my .env file is

JavaScript

my function to email is

JavaScript

Error appears every time i call my function.

Expected response code 250 but got code “530”, with message “530 5.7.0 Must issue a STARTTLS command first. l188sm21749863pfl.28 – gsmtp”

Advertisement

Answer

you need to enable your 2 step verification from gmail account.

https://myaccount.google.com/security

then use the generated key from there to your ENV_PASSWORD instead your real password.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement