NotifySend.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Jan 2018 07:33:22 +0000 (15:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Jan 2018 07:33:22 +0000 (15:33 +0800)
NotifySend.php

index 5cd8e18..7f1ab0e 100644 (file)
@@ -622,7 +622,10 @@ class Pman_Core_NotifySend extends Pman
             return $object->$m($rcpt, $last_sent_date, $notify, $force);
         }
                 
-        if (!method_exists($object, 'toEmail')) {
+        if (method_exists($object, 'toMailerData')) {
+            return $object->toMailerData(array(
+                         'rcpts'=>$rcpt,
+            )); //this is core_email - i think it's only used for testing...
             //var_Dump($object);
             //exit;
         }