Request for feature: Ability to use custom HTML template in supabase.auth calls #10361
Unanswered
richiemcilroy
asked this question in
Feature Requests
Replies: 1 comment
|
@kiwicopple Do you know if there's currently any way to achieve something like this with Supabase? Need to be able to include the user's company name, logo etc in auth emails which we send. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey 😄 I'd love for there to be a way to send custom dynamic email HTML when making auth calls (e.g.
supabase.auth.signUp). The built-in HTML editor doesn't provide enough customisation, since I'd like to be able to include dynamic content which is generated by my end users (i.e. adding their logo, company name, etc).An example of this could look like:
So you can still access existing variables which exist in the Supabase email templates (
{{.ConfirmationURL}}), but I can also send my own dynamic data.Thank you 🙏
All reactions