-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javax.mail.AuthenticationFailedException #15
Comments
I found this when I used my main Gmail account, but on creating a fresh one it went straight through. I wonder; do you have 2-factor authentication on your account? Maybe this doesn't handle that properly... |
It worked :) Thanks On Tue, Apr 19, 2016 at 4:18 PM, Leepee [email protected] wrote:
|
What did you do to solve ? |
You need to use an account without 2 factor authentication enabled, or remove it from the account you want to use. This lib does not support it (honestly it shouldn't). |
Ok thanks i got it |
This work in background thread |
Unfortunately, this does not work. javax.mail.AuthenticationFailedException
|
If this doesn't work still, log into the account and tell it to chill about all the security errors. I've had Gmail freak out about multiple logins form different geographic locations quickly. You basically have to make sure that app access is available on the account, and tell it to ignore all the security concerns. |
I have passed correct credentials but it is failing authentication
The text was updated successfully, but these errors were encountered: