Table of Contents | ||||
---|---|---|---|---|
|
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | Domain has been registered successfully |
400 | All requests | Invalid parameters, e.g blank implClass in-case of custom domain, duplicate domain name etc |
401 | All requests | Authorization failed, user doesn’t have authority |
500 | All requests | Internal server error, encountered server error while performing operations or provided wrong ldap information |
Email Configuration for no authentication/no password
In most cases, the SMTP server requires authentication to send emails. However, some servers don't need authentication. In such cases, if you use the general email configuration, then you will get the below error:
Error:
Warning |
---|
[{"code":"EMAIL_UNABLE_TO_SEND","message":"Unable to send email. Verify your email server settings. For details, refer to the error (Authentication failed; nested exception is javax.mail.AuthenticationFailedException: No authentication mechanisms supported by both server and client) stack trace in os.log file."}] |
Hence, you need to make the below changes in the email configuration comparison to the general email setting given aboveto allow the server to send email:
Info |
---|
Please note: You need to either perform #2.a OR #2.b. |
...