Blame view

basic2/config/params.php 146 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
  <?php
  
  return [
      'adminEmail' => 'admin@example.com',
      'senderEmail' => 'noreply@example.com',
      'senderName' => 'Example.com mailer',
  ];