You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having a custom template set for emails in Craft, testing the settings is not working correctly. It can not find the core template of the settings page. Caused by not setting the the template-mode back correctly?
As I checked; it is being set back in the Mailer, but that's not working from the controller.
I had to put this at the end of the controller function to get it working again.
Description
When having a custom template set for emails in Craft, testing the settings is not working correctly. It can not find the core template of the settings page. Caused by not setting the the template-mode back correctly?
As I checked; it is being set back in the Mailer, but that's not working from the controller.
I had to put this at the end of the controller function to get it working again.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: