| 123456789101112131415 |
- <?php
- declare(strict_types=1);
- return [
- 'from' => 'no-reply@example.org',
- 'recipients' => [
- 'vorstand@example.org',
- 'kasse@example.org',
- ],
- 'subjects' => [
- 'admin' => 'Neuer Mitgliedsantrag Feuerwehrverein',
- 'applicant' => 'Bestätigung Ihres Mitgliedsantrags',
- ],
- ];
|