From 2477f7c4d76ed766641df86bc392dca2aa86cc38 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 3 Feb 2012 11:03:45 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/NotifySend.php b/NotifySend.php index 323eba52..857e959b 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -238,6 +238,7 @@ class Pman_Core_NotifySend extends Pman $mailer = Mail::factory('smtp', array( 'host' => $dom , 'localhost' => $ff->Mail['helo'], + 'timeout' => 30, // 'debug' => true )); $res = $mailer->send($p->email, $email['headers'], $email['body']); -- 2.39.2