Selaa lähdekoodia

Update diy.php

tags/6.5.6
叙述、别离 6 päivää sitten
vanhempi
commit
2a163b88e2
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      src/apps/diy.php

+ 0
- 2
src/apps/diy.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna