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

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