1、找到/e/class/qinfofun.php,查找代码:
printerror("AddQinfoSuccess",$reurl,1);
2、在其前增加:
$email=$empire->gettotal("select fromemail as total from {$dbtbpre}enewspublic ");
@include(ECMS_PATH.'e/class/SendEmail.inc.php');
$title="【我爱模板】会员投稿通知";
$text = "<html><body style=\"font-family: Arial, sans-serif; font-size: 14px; color: #333;\">
<p>刚刚有会员提交了一篇新的投稿。请您尽快登录后台查看并审核。</p>
<p style=\"margin-top: 20px; font-size: 12px; color: #999;\">
本邮件为系统邮件,请勿回复。
</p>
</body></html>";
$sm=EcmsToSendMail($email,$title,$text);
以上的样式和文字可以根据自己需求参考修改
3、后台设置邮箱信息:
发表评论