javax.mail.AuthenticationFailedException: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1

后端 未结 3 1426
孤独总比滥情好
孤独总比滥情好 2021-01-01 04:19

I get the following message when trying to send email from an application. Though I have the mail.jar added for my project, it still gives me the same error. P

相关标签:
3条回答
  • 2021-01-01 04:49

    Follow these steps:

    1. Go to Google account by clicking your profile picture in the top-right corner
    2. Go to Sign-in and Security_ tab
    3. Scroll down the page and check the less secure apps: OFF button
    0 讨论(0)
  • 2021-01-01 05:00

    Do all these steps, otherwise the error will persists.

    -You must have to log into just one gmail account (the one you are using to send email).

    -Then go to https://www.google.com/settings/security/lesssecureapps and Turn On this feature.

    -And last go to https://accounts.google.com/DisplayUnlockCaptcha and click Continue.

    0 讨论(0)
  • 2021-01-01 05:05

    Acoording to Security and privacy. Google may block sign-in attempts from some apps that do not use modern security standards, such as OAuth 2.0.

    For javamail, the solution prevent this error is :

    1. Go to the "Less secure apps" section in Google Account.
    2. Next to "Access for less secure apps," select Turn on.
    0 讨论(0)
提交回复
热议问题