roranOriginal post
Web Developer
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?
Summary
Developers want to send custom styled verification emails through Appwrite but face issues with default HTML wrappers. Tried replacing `email-base.tpl` in Docker container, but default template persists. Solution: Update email templates in Appwrite console to customize styling.