mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 16:38:22 +08:00
Merge pull request #2389 from Ragazzo/basic_app_mail_config
improved config
This commit is contained in:
@@ -20,6 +20,7 @@ $config = [
|
|||||||
],
|
],
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'class' => 'yii\swiftmailer\Mailer',
|
'class' => 'yii\swiftmailer\Mailer',
|
||||||
|
'useFileTransport' => true,
|
||||||
],
|
],
|
||||||
'log' => [
|
'log' => [
|
||||||
'traceLevel' => YII_DEBUG ? 3 : 0,
|
'traceLevel' => YII_DEBUG ? 3 : 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user