当前位置: 首页 > 站长资讯 > 正文页面

帝国留言板管理员回复发送EMAIL通知客户

说明:修改1:e/admin/tool/ReGook.php /*回复表单*/cEx网站目录_网站网址收录与提交入口

43行处添加代码cEx网站目录_网站网址收录与提交入口

-----------------------------------------------------------------------------------------------cEx网站目录_网站网址收录与提交入口

<input name="email" type="hidden" id="email" value="<?=$r[email]?>"> /*取用户EMIAL地址*/cEx网站目录_网站网址收录与提交入口

<input name="lytext" type="hidden" id="lytext" value="<?=$r[lytext]?>"> /*取用户留言信息*/cEx网站目录_网站网址收录与提交入口

-----------------------------------------------------------------------------------------------cEx网站目录_网站网址收录与提交入口

67行添加表单选择项cEx网站目录_网站网址收录与提交入口

------------------------------------------------------------------------------------------------------------------cEx网站目录_网站网址收录与提交入口

<tr bgcolor="#FFFFFF">cEx网站目录_网站网址收录与提交入口

<td height="25">通知书友:</td>cEx网站目录_网站网址收录与提交入口

<td height="25">cEx网站目录_网站网址收录与提交入口

<input name="checked[]" type="checkbox" id="checked[]" value="" title="发Emial通知书友" style="background:#99C4E3">cEx网站目录_网站网址收录与提交入口

<span style="color:red"> 书友Email:<?=$r[email]?> </span>cEx网站目录_网站网址收录与提交入口
</td>cEx网站目录_网站网址收录与提交入口

</tr>cEx网站目录_网站网址收录与提交入口

----------------------------------------------------------------------------------------------------------------------cEx网站目录_网站网址收录与提交入口

修改2:cEx网站目录_网站网址收录与提交入口

e/admin/tool/gbook.php 添加一行:cEx网站目录_网站网址收录与提交入口

include("../../class/SendEmail.inc.php");cEx网站目录_网站网址收录与提交入口

30行代码cEx网站目录_网站网址收录与提交入口

----------------------------------------------------------cEx网站目录_网站网址收录与提交入口

elseif($enews=="ReGbook")cEx网站目录_网站网址收录与提交入口

{cEx网站目录_网站网址收录与提交入口

$lyid=$_POST['lyid'];cEx网站目录_网站网址收录与提交入口

$bid=$_POST['bid'];cEx网站目录_网站网址收录与提交入口

$retext=$_POST['retext'];cEx网站目录_网站网址收录与提交入口

ReGbook($lyid,$retext,$bid,$logininid,$loginin);cEx网站目录_网站网址收录与提交入口

}cEx网站目录_网站网址收录与提交入口

----------------------------------------------------------cEx网站目录_网站网址收录与提交入口

修改成:cEx网站目录_网站网址收录与提交入口

----------------------------------------------------------cEx网站目录_网站网址收录与提交入口

elseif($enews=="ReGbook")cEx网站目录_网站网址收录与提交入口

{cEx网站目录_网站网址收录与提交入口

$lyid=$_POST['lyid'];cEx网站目录_网站网址收录与提交入口

$bid=$_POST['bid'];cEx网站目录_网站网址收录与提交入口

$retext=$_POST['retext'];cEx网站目录_网站网址收录与提交入口

$email=$_POST['email'];cEx网站目录_网站网址收录与提交入口

$lytext=$_POST['lytext'];cEx网站目录_网站网址收录与提交入口

$checked=(int)$_POST['checked'];cEx网站目录_网站网址收录与提交入口

if($checked)//发送cEx网站目录_网站网址收录与提交入口

{cEx网站目录_网站网址收录与提交入口

EcmsToSendMail($email,$lytext,$retext);cEx网站目录_网站网址收录与提交入口

}cEx网站目录_网站网址收录与提交入口

ReGbook($lyid,$retext,$bid,$logininid,$loginin);cEx网站目录_网站网址收录与提交入口

}cEx网站目录_网站网址收录与提交入口

 cEx网站目录_网站网址收录与提交入口

 cEx网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章