-
Hi community. I'm trying to send email without SSL through that repo, in which your methods are used. So my config there looks like:
My credentials are valid, that was tested. Maybe you know what's going wrong? Used image dquintela/openjdk-8-jdk-alpine |
Beta Was this translation helpful? Give feedback.
Answered by
jmehrens
Apr 27, 2024
Replies: 1 comment
-
Most likely it is this issue: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which is issues with exchange permissions or unable to relay messages from the account you are using. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tasza33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most likely it is this issue: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which is issues with exchange permissions or unable to relay messages from the account you are using.