mail.php 323 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'from' => 'antrag@med0.de',
  5. 'recipients' => [
  6. 'josef.strassl@check24.de',
  7. 'josef.strassl@feuerwehr-freising.de',
  8. ],
  9. 'subjects' => [
  10. 'admin' => 'Neuer Mitgliedsantrag',
  11. 'applicant' => 'Bestätigung deines Mitgliedsantrags',
  12. ],
  13. ];