Ver código fonte

improved config

Mark 12 anos atrás
pai
commit
987057ab13
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      config/web.php

+ 1 - 0
config/web.php

@@ -20,6 +20,7 @@ $config = [
 		],
 		'mail' => [
 			'class' => 'yii\swiftmailer\Mailer',
+			'useFileTransport' => true,
 		],
 		'log' => [
 			'traceLevel' => YII_DEBUG ? 3 : 0,