| 123456789101112131415 |
- <?php
- declare(strict_types=1);
- return [
- 'from' => 'antrag@example.org',
- 'from_name' => 'Feuerwehr Freising - Mitgliedsantrag',
- 'recipients' => [
- 'verein@example.org',
- ],
- 'subjects' => [
- 'admin' => 'Neuer Mitgliedsantrag',
- 'applicant' => 'Bestaetigung deines Mitgliedsantrags',
- ],
- ];
|