$thanks {$this->options['siteName']} |
$dear {$this->options['toRealName']},
$message: |
|
| $logonIs: {$this->options['username']} |
| $passwdIs: {$this->options['password']} |
|
EOF;
if (!$this->conf['RegisterMgr']['autoEnable']) {
$pending = SGL_Output::translate('Your registration is being reviewed');
$body .= <<< EOF
| $pending |
EOF;
} else {
$body .= <<< EOF
| $click $here $toLogon {$this->options['siteName']} $siteNow |
EOF;
}
?>