added explicit comment about file transport to mail config

fixes #3694
This commit is contained in:
Carsten Brandt 2014-06-04 17:43:09 +02:00
parent 91454779c2
commit 2dedb6aa2c

View File

@ -19,6 +19,9 @@ $config = [
],
'mail' => [
'class' => 'yii\swiftmailer\Mailer',
// 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,
],
'log' => [