Some ARCHIBUS applications send email notifications at various points in the workflow. For example, email notifications can be sent upon a change in status, such as request submitted, request approved, work completed.
Before email notifications can be sent, your Web Application Server must be configured to send emails.
\archibus\WEB-INF\config\mail.properties
mail.host.name=server.domainname.local
mail.host.port=25
mail.addresses.administrator=administrator@mycompany.local
notificationSenderEmail
with the email address that will appear as
the sender in all notification emails. For example:mail.addresses.notificationSender=webcentralnotification@mycompany.local
See Also
Email Notification Log