| 123456789101112131415 |
- <?php
- declare(strict_types=1);
- return [
- 'from' => 'antrag@med0.de',
- 'recipients' => [
- 'josef.strassl@check24.de',
- 'josef.strassl@feuerwehr-freising.de',
- ],
- 'subjects' => [
- 'admin' => 'Neuer Mitgliedsantrag',
- 'applicant' => 'Bestätigung deines Mitgliedsantrags',
- ],
- ];
|