[code] # — email variables -------------
$g_administrator_email = ‘[email protected]’;
$g_webmaster_email = ‘[email protected]’;
# the "From: " field in emails
$g_from_email = '[email protected]';
# the return address for bounced mail
$g_return_path_email = '[email protected]';[/code]$g_administrator_email 管理员邮件地址
$g_webmaster_email 网站管理员邮件地址
$g_from_email 邮件发送地址
$g_return_path_email 回复邮件地址