表单提交之后邮件通知进入任务队例,要手动执行才能发送到邮箱,按照帮助手册http://v3.xunruicms.com/help/72.html添加了
<script type="text/javascript">
$.ajax({
type: "GET",
url:"{SITE_URL}index.php?c=cron",
dataType: "jsonp",
success: function(json){ },
error: function(){ }
});
</script>还是不行,怎么破?
