-1

I want to activate my project email system. I did the following steps:

  1. make notifcation (part one , part 2)
  2. create controller (make controller)
  3. create controller (route)
  4. .env for mail with mailtrap (env)

Everything should work fine but it goes wrong.

error:

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

I did the following commands but it still didn't work:

php artisan config:clear
php artisan optimize

please help me -[F1] - SOS

ParisaN
  • 1,816
  • 2
  • 23
  • 55
  • welcome to SO. It is better you put codes here instead of code pictures. Because it is easier for those who see your question. – ParisaN Jun 27 '21 at 19:26

1 Answers1

-1

Try php artisan config:cache assuming you have setup everything correctly.