feat: integrate with MailJet API for newsletter registration

This commit is contained in:
Björn Fromme
2026-03-19 09:42:00 +01:00
parent 66c55f0722
commit d1e2bf3e7d
26 changed files with 1537 additions and 47 deletions
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace App\Exception;
class NewsletterProviderException extends \RuntimeException
{
}