Commit e44c3288 by Alexander Makarov

Merge pull request #2389 from Ragazzo/basic_app_mail_config

improved config
parents 8af941fb 2d1c695f
......@@ -20,6 +20,7 @@ $config = [
],
'mail' => [
'class' => 'yii\swiftmailer\Mailer',
'useFileTransport' => true,
],
'log' => [
'traceLevel' => YII_DEBUG ? 3 : 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment