When a user logs into the DSM UI and attempts to configure SMTP (via Settings > SMTP Settings > Populate required fields > SAVE) the operation may fail with one of the following error messages:
VMware Data Services Manager
1. "Unable to fetch email"
Example log snippet from provider.log:ERROR [XXX-XXXX-XXXX-X] v.t.s.p.a.c.DbControllerAdvice - Exception : Unable to fetch email
com.vmware.tdm.sp.common.exception.TdmException: Unable to fetch email
...
Caused by: com.vmware.tdm.sp.common.exception.TdmException: LDAP User does not have mail/rfc822mailbox attribute
2. "Unable to send the test email. Verify the SMTP configuration and try again."
Example log snippet from provider.log:
com.vmware.tdm.sp.common.exception.TdmException: Unable to send the test email. Verify the SMTP configuration and try again.
mail or rfc822mailbox attribute is properly configured with a valid email address in the LDAP directory for the user performing the SMTP configuration.