Blame view

environments/dev/common/config/main-local.php 423 Bytes
1755c393   Yarik   Basic template in...
1
2
3
  <?php
  return [
      'components' => [
2c498f60   Yarik   Initializer compl...
4
          'db'     => '',
1755c393   Yarik   Basic template in...
5
6
7
8
9
10
11
12
13
14
          'mailer' => [
              'class' => 'yii\swiftmailer\Mailer',
              'viewPath' => '@common/mail',
              // send all mails to a file by default. You have to set
              // 'useFileTransport' to false and configure a transport
              // for the mailer to send real emails.
              'useFileTransport' => true,
          ],
      ],
  ];