0

env file parameters:

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=<emailadress>
MAIL_PASSWORD=<password>
MAIL_ENCRYPTION=ssl

system Features:
PHP 7.4.33
Composer version 1.10.26

I am waiting mail in MailBox. But it is giving error.

Paul T.
  • 4,703
  • 11
  • 25
  • 29
  • 1
    What is the full error message? – Paul T. Dec 02 '22 at 03:20
  • Error: Failed to authenticate on SMTP server with username "demo@xxx.com" using 3 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message – user20656573 Dec 02 '22 at 11:13
  • 1
    Does any info [here](https://stackoverflow.com/questions/42558903/expected-response-code-250-but-got-code-535-with-message-535-5-7-8-username/42558904#42558904) possibly help? Read the comments too, some found other changes that helped as well. – Paul T. Dec 02 '22 at 18:44

0 Answers0