...
Refer to section labeled "System-Generated Emails" in config.php
1. Assign the program-specific values for the following variables (examples shown) :
...
In the following example of an actual email, the requesting page is 'register.php', $arg1 is the registrant's email address, $arg2 and $arg3 are the recipients first and last name, and $arg4 is the recipient's password. The embedded code in the requesting page that triggers the email should match the contents of the email code (i.e. if three arguments are declared in the requesting code, the code should be the same arguments should be used needed in the actual email code).
...
List of Included System-Generated Emails