注释或删除方式很简单,在你的模板文件夹内搜索代码sendmail&rand,Discuz X3.2一般在footer.html里:
PS: 此方法后台发邮件测试,可成功接收也不影响 UCenter 通信,未发现后遗症
- <!--{if !isset($_G['cookie']['sendmail'])}-->
- <script type="text/javascript" src="home.php?mod=misc&ac=sendmail&rand=$_G[timestamp]"></script>
- <!--{/if}-->
改成:
- <!--{if !isset($_G['cookie']['sendmail'])}-->
- <!--注释发送邮件 <script type="text/javascript"
src="home.php?mod=misc&ac=sendmail&rand=$_G[timestamp]"></script>
注释发送邮件-->
- <!--{/if}-->
修改前注意备份,注释掉默认模板里这段代码开页速度明显提升