4
Allow creation of custom emails and sending to users
Source: supabase/supabase#12060 · opened by @NiroHaim
As a user of Supabase, I would like to be able to create custom emails templates that I could then send to my application users, i.e: Congratulations! You are our 100th new customer! I would also want to be able to send these emails on command when using a service role session, i.e: An additional feature that could be added to these custom email templates could be parameters that are formatted into the message, i.e. You have requested {{ .num }} cups of coffee My usage of this is to alert my users on changes to their account that are not supported through the regular Supabase email templates through edge functions. Also I cannot send a specific email from the templates to a user from the API so that's another block for me. My current solution for this is raising an SMTP server myself, uploading the auth secrets to my edge function and sending an email from there. This of course is not optimal at all. It is quite a bit of overhead to set up and now I have Supabase …
No pledges yet. Be the first to back this.
Comments
Similar requests
GoTrue: Allow to send confirmation emails when creating users through admin API
5 votes · 0 comments
Add a 'Post User Creation' auth hook (or 'After User Creation')
8 votes · 0 comments
for signup with confirmation method, users with unconfirmed emails can signup again with the same emails but different passwords
5 votes · 0 comments
Add “Send Test Email” Button for SMTP Settings
16 votes · 0 comments
Improve DX: warn or block invite emails when Site URL is not configured
1 vote · 0 comments
No comments yet.