NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 03:40:01 +0000 (11:40 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 03:40:01 +0000 (11:40 +0800)
NotifySend.php

index 857e959..360c502 100644 (file)
@@ -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']);