feat: MailJet list handling with DOI, webhook receiver and API endpoint

addresses #869cut134
This commit is contained in:
Björn Fromme
2026-04-29 09:51:57 +02:00
parent df7885ca1c
commit e4ef2f7adc
46 changed files with 3389 additions and 322 deletions
+2
View File
@@ -81,6 +81,8 @@ class Mailer
'subject' => $email->getSubject(),
'error' => $e->getMessage(),
]);
throw $e;
}
}