params.php 179 B

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