瀏覽代碼

Update diy.php

tags/6.5.6
叙述、别离 6 天之前
父節點
當前提交
2a163b88e2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      src/apps/diy.php

+ 0
- 2
src/apps/diy.php 查看文件

@@ -98,8 +98,6 @@ if ($action == 'post') {
require_once(DEDEINC.'/libraries/mail.class.php');
$smtp = new smtp($cfg_smtp_server, $cfg_smtp_port, true, $cfg_smtp_usermail, $cfg_smtp_password);
$smtp->debug = false;
//除了cfg_adminemail接收邮件外,自定义发送其他指定邮件,恢复注释代码使用
//$cfg_smtp_usermail2 = "admin@qq.com";
$smtp->sendmail($cfg_adminemail, $cfg_webname, $cfg_smtp_usermail, $mailtitle, $mailbody, $mailtype);
} else {
@mail($cfg_adminemail, $mailtitle, $mailbody, $headers);


Loading…
取消
儲存