From 4e9ee9afb3a57f0c1a34a61062c139bd056fa295 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 8 Oct 2011 09:32:40 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index a660319a..9094ca67 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -260,7 +260,20 @@ class Pman_Core_NotifySend extends Pman /** * wrapper to call object->toEmail() - * + * + * return + * { + headers : {AssocArray}, + body: {String} + + // optional.. + error : {String} // error message in log. + send-to: {String} // use to override rcpt + + + + + } **/ function makeEmail($object, $rcpt, $last_sent_date, $notify) { -- 2.39.2