Created
August 3, 2020 09:15
-
-
Save sorokadima/da6df3cfd8598b463d76bd4469e19a38 to your computer and use it in GitHub Desktop.
Yii2 Mail Debug to file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// config/web.php:186 | |
'mailer' => [ | |
'class' => 'yii\swiftmailer\Mailer', | |
'messageClass' => 'app\components\Message', | |
'htmlLayout' => '@app/modules/account/mail/layouts/html', | |
'useFileTransport' => true, // <-- | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment