mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
fixed daily-report.php
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user