关于dedecms5.3中会员找回密码,邮件中乱码的问题,会员注册成功后发送邮件功能 均已搞定,现在分享给大家。
找到mail.class.php将
$header .= "Content-Type:text/html /r/n";
复制代码
改为
$header .= "Content-Type:text/html; charset=utf-8/r/n";
复制代码
关于dedecms5.3中会员找回密码,邮件中乱码的问题,会员注册成功后发送邮件功能 均已搞定,现在分享给大家。
找到mail.class.php将
$header .= "Content-Type:text/html /r/n";
复制代码
改为
$header .= "Content-Type:text/html; charset=utf-8/r/n";
复制代码