PDA

View Full Version : Email template & Language!


yabsoft
08-02-2006, 04:40 PM
The setting for email template is:
Subject: Welcome to {SITENAME}!
Charset:
HtmlEmail:text/plain
Related language info in lang.php:

$LANG[NO_SUBJECT]='No subject';
$LANG[HtmlEmail]='test/plain';
$LANG[charset]='utf-8';

if Subject is ignored,the subject will use the $LANG[NO_SUBJECT] of this language.

if Charset is ignored,the charset will use the $LANG[charset] of this language.

if HtmlEmail is ignored,the HtmlEmail will use the $LANG[HtmlEmail] of this language.

Template Var:
{EMAIL_SIG} is defined as Email Signature of Site>Configuration.
{SITENAME} is defined as Site Name of Site>Configuration.