mail.sample.php 274 B

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