Configuring the Mail Notification for Expiring Licenses

From ELC
Jump to: navigation, search

Go Up to Configuring the Embarcadero License Center


Mail notification notifies a fixed list of email addresses 7 days prior to the expiration of a license, as well as when a particular license expires.

To Activate Mail Notification

  • Configure the properties stored in the main configuration file elise.properties located in the <ELC>\conf directory.

By default, mail notification is disabled: mailEnabled = false. See the following tables for property options.

Required Properties for Mail Notification (when Enabled)

Property Value Type Description

mailEnabled

Boolean

Enable mail notification support in ELC.

mailHost

String

Set the SMTP mail relay server name.

mailFrom

String

E-mail address for the administrator of this ELC

mailTo

String

Comma-separated list of email addresses that need to be notified by mail.

Optional Properties for Mail Notification

Property Value Type Description

mailPort

Int

Set the SMTP mail relay server port (default is 25).

mailSSL

Boolean

Enable SSL for communication with the SMTP mail relay server (default is False).

mailUsername

String

Username for SMTP mail relay server authentication.

mailPassword

String

Password for SMTP mail relay server authentication.

Use info.log in the <ELC>\logs directory to track down problems with the mail notification feature. Errors with the host or authentication are logged in that file as well as successful notifications.


See Also