NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 06:08:09 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 06:08:09 +0000 (14:08 +0800)
NotifySend.php

index a5dc71a..2f5ad9d 100644 (file)
@@ -335,6 +335,7 @@ class Pman_Core_NotifySend extends Pman
                     'host'    => $dom ,
                     'localhost' => $ff->Mail['helo'],
                     'timeout' => 15,
+                    'socket_options' =>  isset($ff->Mail['socket_options']) ? $ff->Mail['socket_options'] : null
                   //  'debug' => true
                 ));
             $res = $mailer->send($p->email, $email['headers'], $email['body']);