[SOLVED] Help with template Emails on Self-Host
Hello,
My E-Mail Template won't load correctly.
My Auth Compose:
The .env file:
The files are found with their contents inside /home/supabase/ in the Container!
Error:
4 Replies
These have to be urls which return email template text not files. I have written an article for setting up email templates with self hosted supabase. There is also a yt video linked in the article if you prefer that
https://medium.com/@singh-inder/ultimate-guide-to-send-emails-with-self-hosted-supabase-including-custom-templates-21f778d2e4c3
Auth container makes http request to the urls and uses the returned value as template
oh I see. Thank you 😄
when setting up the templates server. it will only be accessible for supabase in the configuration shown in your article right?
Yes, not public
That worked Perfectly fine thank you!