Sending Activation Email , SMTP server did not accept the password

前端 未结 3 1945
心在旅途
心在旅途 2021-02-19 03:25

I\'m sending an email using CakePHP and I got an Error: SMTP server did not accept the password, along with an email in my inbox says that: sign-in attempt bl

3条回答
  •  终归单人心
    2021-02-19 03:57

    You need to allow "less secure" apps in your Google account settings:

    https://www.google.com/settings/security/lesssecureapps

    enter image description here

    See this announcement as well http://googleonlinesecurity.blogspot.de/2014/04/new-security-measures-will-affect-older.html

    You should implement OAuth2 instead of weakening the security!

提交回复
热议问题