Hi Groups,
I met a pretty basic issue, but still dont know how to ensure and solve the problem.
Please give me some hints if you have any ideas. And sorry about this basic question.
Things I aim to do: Send informed mail in workflow.
1. Set up the configuration of mail server in Client.
2. Click "Test EMail", and I got Invalid username/password.
I am sure about the password is correct since printing the log at FINEST mode.
I found the DEBUG SMTP logs show the password is "<non-null>".
Is this the key caused the AuthenticationFailedException error?
DEBUG SMTP: protocolConnect login, host=
smtp.seikojp.com, user=pr, password=
<non-null>DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-MD5 NTLM XOAUTH2
DEBUG SMTP: Using mechanism LOGIN
DEBUG SMTP: AUTH LOGIN command trace suppressed
DEBUG SMTP: AUTH LOGIN failed
02:55:13.798-----------> EMail.send: (ME) - Invalid Username/Password - EMailAuthenticator[pr/******] [96]
Thank you very much.