Skip to content

Instantly share code, notes, and snippets.

@sorokadima
Created August 3, 2020 09:15
Show Gist options
  • Save sorokadima/da6df3cfd8598b463d76bd4469e19a38 to your computer and use it in GitHub Desktop.
Save sorokadima/da6df3cfd8598b463d76bd4469e19a38 to your computer and use it in GitHub Desktop.
Yii2 Mail Debug to file
<?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