Email Configuration

You can use the <ROOT>\config\mail.ini file to configure email. If email is enabled, an email is sent after every synchronization.

This table defines the attributes in the mail.ini file that you can edit to support your business requirements.

Attribute Name Description Values
[MAIL] Group name of email configuration. -
enable If true, after every synchronization an email is sent to the configured receiver-email. If the receiver-email is not valid or errors occur during sending, an email is sent to the sender-email.
  • true
  • false
debug If true, Java mail debug is enabled. If false, Java mail debug is disabled.
  • true
  • false
host The host name or IP address of the email server. Examples:
  • mailserver
  • 196.166.1.642
sender-email Email address of the sender. Example: library-admin@company-name.com
sender-name Text string of the name of the person to show in the From field of the email message. Text string
receiver-email Email address of the receiver. Example: engineer1@company-name.com
receiver-name Text string of the name of the person to show in the To field of the email message. Test string