The e-mail account status notification handler enables the server to send messages that can contain either a plain-text body, an HTML-formatted body, or both.
If you configure the server to send both plain-text and HTML-formatted bodies, the recipient's email client determines which version to display. Messages can optionally include a set of attachments.
The config/account-status-notification-email-templates directory contains a set of template files that the server can use to generate multi-part email messages to send to end users and server administrators when certain events occur.
A separate template is used for each type of event so that the message contents, recipients, and other details can be customized for specific events.
There is a known issue with the password-expiring.template file.
Replace % with $ in the following sentence in the
<body>
section of the template:
Your password will expire at %password_expiration_time_of_day on $password_expiration_date ($time_until_expiration from now).