mail.php 322 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'from' => 'no-reply@example.org',
  5. 'recipients' => [
  6. 'vorstand@example.org',
  7. 'kasse@example.org',
  8. ],
  9. 'subjects' => [
  10. 'admin' => 'Neuer Mitgliedsantrag Feuerwehrverein',
  11. 'applicant' => 'Bestätigung Ihres Mitgliedsantrags',
  12. ],
  13. ];