Fix: remove include mail php file

This commit is contained in:
2022-04-21 21:27:02 +09:00
parent 61851a5dbb
commit 3b015a3abf
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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);