System / Archibus Administrator
Email Notifications for Archibus Applications and Modules
Some Archibus applications and modules 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.
To configure your Web Application Server to send emails:
- Access the file:
\archibus\WEB-INF\config\mail.properties
- Specify the mail.host
name for your SMTP mail outbound provider. For example:
mail.host.name=server.domainname.local
mail.host.port=25
- Specify the address
name of the system administrator who will receive an email in the event
of an error. For example:
mail.addresses.administrator=@mycompany.local
- Specify the address
name
notificationSenderEmail
with the email address that will appear as the sender in all notification emails. For example:mail.addresses.notificationSender=webcentralnotification@mycompany.local
- Make sure that all
users have an up-to-date email address specified in the Users table and
Employees table. A user's email address must be the same in the Users
table and the Employees table.
- This also applies to vendors and craftspersons. Since vendors and craftspersons may want to sign into Archibus and receive email, you should have corresponding records in the Archibus Users table for the records in the Craftspersons and Vendors tables, and the email addresses should match. See Entering Users and Entering Employees for information