email templates
From CashCrusaderWiki
Email templates are customized from /scripts/conf.inc.php. The templates for signup confirmation, signup details and email address change supports following variables. Variables are enclosed with < and > characters, like <SITE_NAME>:
Variable | Description |
---|---|
SITE_NAME |
Site's name |
TIME |
Current time |
IPPROXY |
IP or proxy IP of the visitor |
SUPPORT_EMAIL |
Site's support email address |
PAGES_URL |
Site's pages URL |
CODE |
Code to verify signup |
|
Email address to signup from or change to |
USERNAME |
Username of the account [password reset only] |
PASSWORD |
Password of the account [password reset only] |
$_SESSION['username'] |
General variable for username of the account |
edit table |
Templates are saved in following PHP variables:
Variable |
---|
edit table |