Merge branch 'feature/pop_submit'

This commit is contained in:
2025-06-13 10:30:27 +02:00
10 changed files with 389 additions and 1069 deletions

View File

@@ -236,7 +236,7 @@ function sendAdminNotification($subject, $message)
{
global $mailjet;
$message = [
$mail = [
'Messages' => [
[
'From' => [
@@ -265,7 +265,7 @@ function sendAdminNotification($subject, $message)
]);
$response = $client->request('POST', 'send', [
'json' => $message,
'json' => $mail,
'auth' => ['1a44f8d5e847537dbb8d3c76fe73a93c', 'ec98b45c53a7694c4f30d09eee9ad280']
]);