Hi @mego
What are your mail settings in .env?
If you use port 25 in test-mail-server-tool, try this settings in your .env config
MAIL_DRIVER=smtp
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=NULL
Summer Sale! All accounts are 50% off this week.
I am trying to send an verification e-mail from my localhost (WAMP server on 127.0.0.1). I have downloaded this utility: https://toolheap.com/test-mail-server-tool/ Now when I try to send the php mail() function, the e-mail is OK, but when laravel tries to send an e-mail, I receive the error
Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required " What should I do? Thank you
Hi @mego
What are your mail settings in .env?
If you use port 25 in test-mail-server-tool, try this settings in your .env config
MAIL_DRIVER=smtp
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=NULL
Please or to participate in this conversation.