ZZEE   ADP   Forgotten Mailbox Password 1.0 Help
www.zzee.com | Support | Contents | You are here: 5. User interface > 5.3. Message Template

5.3. Message Template

In the paid mode you can change the template of the message sent to the user. You can modify both headers and body of the message.

The template is processed by ZZI parser, which syntax resembles the one of SSI. You can use these predefined variables:

Variable Meaning
<!--#echo var="user"--> User login value, passed in USER command
<!--#echo var="password" --> Password
<!--#echo var="session_log" --> The log of the session
<!--#echo var="remote_addr"--> IP address of the remote computer
<!--#echo var="remote_port"--> TCP port of the remote computer
<!--#echo var="time"--> Current time, its format is set in the settings screen

Please note that headers and body should be separated by a blank line. For more information about the mail message format see RFC 2822 .