Replies: 7 comments 2 replies
-
@magick93 Same here. I built a custom confirmation email, and it lives in my Git Repo at # Uncomment to customize email template
[auth.email.template.confirmation]
subject = "[CUSTOM TEST] Confirm"
content_path = "./supabase/templates/confirm.html" I've also connected my Supabase project to the GitHub repo so it should, in theory, be able to find those files 🤷♂️ Did you end up solving it? |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve this by running |
Beta Was this translation helpful? Give feedback.
-
damn this is annoying... Those files are only relevant for local right? Since you edit the email templates through the dashboard.... Stopping supabase locally seemed to help but why? Don't want to have to stop it everytime i push something |
Beta Was this translation helpful? Give feedback.
-
Same problem here. |
Beta Was this translation helpful? Give feedback.
-
Same issue. |
Beta Was this translation helpful? Give feedback.
-
if template has any issues (typo, unsupported tag etc..), it falls back to the default template. use a minimal template such as:
to test the config first. |
Beta Was this translation helpful? Give feedback.
-
We tested @denizkenan 's solution (using a minimal html template), but for us it still renders the default template. |
Beta Was this translation helpful? Give feedback.
-
Hello
I"m following the guides on https://supabase.com/docs/guides/cli/customizing-email-templates.
I'm trying to customize the email confirmation email.
I've added the following to the
config.toml
:There seems to be a file check - if I modify the
content_path
from what is above, I get a nice error, eg:So I'm somewhat confident that supabase is finding my email template.
However, the customized email is never sent.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions