During local development, it is sometimes necessary to check the appearance of a sent email.
In Yii2, this was implemented as follows: the sent message was intercepted and saved in the runtime/mail directory. After that, it could be opened in a mail client like Thunderbird or another.
How can this be achieved in Yii3?
Is there a built-in mechanism similar to Yii2's file mailer? If not, I would like to request this feature. It is very useful for debugging and testing emails without actually sending them during development.
During local development, it is sometimes necessary to check the appearance of a sent email.
In Yii2, this was implemented as follows: the sent message was intercepted and saved in the runtime/mail directory. After that, it could be opened in a mail client like Thunderbird or another.
How can this be achieved in Yii3?
Is there a built-in mechanism similar to Yii2's file mailer? If not, I would like to request this feature. It is very useful for debugging and testing emails without actually sending them during development.