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