Blame view

common/config/mail.php 167 Bytes
e62d1f91   Alexey Boroda   -Emails on feedba...
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
      1 => [
          'host' => 'smtp.gmail.com',
          'user' => 'kennen.md@gmail.com',
          'pass' => 'nobeernoparty',
          'id' => 1,
      ],
  ];