Working with the SMTP Account Status Notification Handler
You can enable the server to send account status notification emails to end users and administrators through an outgoing SMTP server. The email message is automatically generated from template files that contain the text to use in the message body. For example, the message subject for the account-disabled event is:
account-disabled: Your directory account has been disabled.
The message templates are located in the config/messages directory. The typical message body template is as follows:
Your directory account has been disabled. For further assistance, please contact a server administrator.
By default, the sender address is notifications@example.com, but you can configure your own address.
To configure the PingDirectory server to send SMTP account status notifications, complete the following tasks: