params.php 209 B

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