Configure SMTP server settings to receive email notifications from the VMware Identity Manager service. For example, notification emails are sent when new local users are created, when a password is reset, or with the auto discovery verification token.
Procedure
- Log in to the VMware Identity Manager console.
- Click the Appliance Settings tab and click SMTP.
- Enter the SMTP server host name.
For example:
smtp.example.com
- Enter the SMTP server port number.
For example:
25
- (Optional) If the SMTP server requires authentication, enter the user name and password.
- Click Save.
- To customize the sender's address in the email notifications, add the address to the runtime-config.properties file.
- Log in to the VMware Identity Manager machine.
- Edit the /usr/local/horizon/conf/runtime-config.properties file and add the following property:
- Save the file.
- Restart the machine.
service horizon-workspace restart
This changes the sender's address from the default
[email protected] to the custom address.