Expected response code 250 but got code â530â, with message “530 5.7.1 Authentication required
I got stuck on this error I trying to configure SMTP mail on laravel here is my configuration on .env file This is Solved this Error your mail.php on config you declare host as smtp.mailgun.org and port is 587 while on env is different. you need to change your mail.php to if you desire to use mailtrap.Then run this command php artisan config:cache env() helper makes … Read more