Fix: remove include mail php file
This commit is contained in:
@@ -201,7 +201,7 @@ function sendEmail($postParamData) {
|
||||
// cUrl($postParam, $timestamp, $signature);
|
||||
|
||||
$recipients = getPostParamData($postParamData, "recipients");
|
||||
$maestro_email = $recipients
|
||||
$maestro_email = $recipients;
|
||||
$subject = getPostParamData($postParamData, "title");
|
||||
$body = getPostParamData($postParamData, "body");
|
||||
send_mail($address, $subject, $body);
|
||||
|
||||
Reference in New Issue
Block a user