From cf25dbfdf8cbbfbb32c11511a6dcc00bcbc01c15 Mon Sep 17 00:00:00 2001 From: Mahmood Reza Sajjadi Date: Sun, 23 Mar 2014 19:36:20 +0430 Subject: [PATCH] add comments --- src/mibew/libs/notify.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mibew/libs/notify.php b/src/mibew/libs/notify.php index 1545e735..941a2ba2 100644 --- a/src/mibew/libs/notify.php +++ b/src/mibew/libs/notify.php @@ -15,6 +15,14 @@ * limitations under the License. */ +/** + * Send an email + * + * @param string $to_addr Comma separated list recipient emails + * @param string $reply_to Comma separated list replies emails + * @param string $subject subject of email + * @param string $body text of email. + */ function mibew_mail($to_addr, $reply_to, $subject, $body) { global $mibew_mailbox, $mail_encoding;