mail.sample.php 333 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'from' => 'antrag@example.org',
  5. 'from_name' => 'Feuerwehr Freising - Mitgliedsantrag',
  6. 'recipients' => [
  7. 'verein@example.org',
  8. ],
  9. 'subjects' => [
  10. 'admin' => 'Neuer Mitgliedsantrag',
  11. 'applicant' => 'Bestaetigung deines Mitgliedsantrags',
  12. ],
  13. ];