This commit is contained in:
johnnyq 2024-03-13 14:03:07 -04:00
parent 07c27eb2f9
commit d32925eefc
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if (isset($_POST['add_event'])) {
'subject' => $subject,
'body' => $body
]
];
];
$mail = addToMailQueue($mysqli, $data);
// Logging for email (success/fail)