can you help me solve an error when I want to send an email message in laravel?

0

When I send the email, it shows me this error:

  

Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required   "

I have already configured env. and the mail.php, I'm using laravel 5.4

    
asked by darling peralta 15.10.2017 в 04:28
source

1 answer

0

Hello, you should check if you are using the port and credentials correctly. check this gmail documentation. and you configure it in your .env file

Gmail Settings

    
answered by 17.10.2017 в 04:17