Hello,
I’m using yii2 advanced template for the new project, I spent a few hours debugging why swiftmailer does not work. The swiftmailer configuration was in common/config/main.php, and once I moved it to frontend/config I received my first email.
Is that normal that I must add swiftmailer configuration in backend and frontend, why common config does not work?
Thanks