To configure the task notification email, edit the properties in the file cmxserver.properties. You must configure an outgoing SMTP server location.
The following list describes the task notification email properties that you can configure in the file cmxserver.properties:
mail.smtp.sender
The email address of the sender. The default is siperian_task_notification@siperian.com.
mail.smtp.host
The mail server host name.
mail.smtp.port
The mail server port number.
mail.smtp.auth
Determines whether the specified mail server requires authentication for outgoing messages. You must set mail.smtp.auth to true if you are using the Informatica MDM Hub mail server.
mail.smtp.user
The user name for the outgoing mail server. You must specify a value for mail.smtp.user if mail.smtp.auth is true.
mail.smtp.password
The password for the specified mail.smtp.user. You must specify a value for mail.smtp.password if mail.smtp.auth is true.