mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 04:30:12 +01:00
fixed daily-report.php
This commit is contained in:
parent
9e2066befe
commit
7032e4bcd1
@ -90,7 +90,7 @@ $mail = new ModelMailMail();
|
||||
|
||||
$rcpt = array(ADMIN_EMAIL);
|
||||
|
||||
$x = $mail->send_smtp_email(LOCALHOST, SMARTHOST_PORT, SMTP_DOMAIN, SMTP_FROMADDR, $rcpt, $msg);
|
||||
$x = $mail->send_smtp_email(SMARTHOST, SMARTHOST_PORT, SMTP_DOMAIN, SMTP_FROMADDR, $rcpt, $msg);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user