Hello, I would like to send a custom styled email for verification through Appwrite. While designing and testing with the "Message" tools, I created a template.
I then tried to set it up for email verification, but the content is wrapped inside an HTML wrapper, which breaks the styling. I found older posts suggesting that I can replace the email-base.tpl file in the Appwrite Docker container. I did this, but my emails are still being inserted into the same default template as before.
How can I disable or replace the default styling?