From: Alan Knowles Date: Fri, 3 Feb 2012 03:40:01 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=266c79f6c935e3287d8949371d10482e7e84ee74;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 857e959b..360c5022 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -238,7 +238,7 @@ class Pman_Core_NotifySend extends Pman $mailer = Mail::factory('smtp', array( 'host' => $dom , 'localhost' => $ff->Mail['helo'], - 'timeout' => 30, + 'timeout' => 15, // 'debug' => true )); $res = $mailer->send($p->email, $email['headers'], $email['body']);