params.php 146 B

1234567
  1. <?php
  2. return [
  3. 'adminEmail' => 'admin@example.com',
  4. 'senderEmail' => 'noreply@example.com',
  5. 'senderName' => 'Example.com mailer',
  6. ];