Answer the question
In order to leave comments, you need to log in
How can I see the layout of a letter without sending it?
I would like to make a letter layout using the standard Yii2 template (mail/layout/...).
Is there any way to make a "preview" of what will be sent to the user's mail?
Answer the question
In order to leave comments, you need to log in
Good evening.
In the configuration file, in the components section
'mailer' => [
'useFileTransport' => true,
],
Make a condition, if this is a development server, then all letters should go to the admin, and not to the user. Then you will be able to see all emails.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question