diff --git a/apps/supabase/config.toml b/apps/supabase/config.toml index 8e436c64a..1ae219f81 100644 --- a/apps/supabase/config.toml +++ b/apps/supabase/config.toml @@ -120,10 +120,26 @@ max_frequency = "1s" # admin_email = "admin@email.com" # sender_name = "Admin" -# Uncomment to customize email template -# [auth.email.template.invite] -# subject = "You have been invited" -# content_path = "./supabase/templates/invite.html" +# Email templates +[auth.email.template.invite] +subject = "You've been invited to join Buster" +content_path = "./supabase/templates/invite.html" + +[auth.email.template.confirmation] +subject = "Confirm your email address - Buster" +content_path = "./supabase/templates/confirmation.html" + +[auth.email.template.recovery] +subject = "Reset your password - Buster" +content_path = "./supabase/templates/recovery.html" + +[auth.email.template.magic_link] +subject = "Your magic link to sign in - Buster" +content_path = "./supabase/templates/magic_link.html" + +[auth.email.template.email_change] +subject = "Confirm your email change - Buster" +content_path = "./supabase/templates/email_change.html" [auth.sms] # Allow/disallow new user signups via SMS to your project. diff --git a/apps/supabase/templates/confirmation.html b/apps/supabase/templates/confirmation.html new file mode 100644 index 000000000..e73c63cd0 --- /dev/null +++ b/apps/supabase/templates/confirmation.html @@ -0,0 +1,149 @@ + + +
+ + +Please confirm your email address
+Confirm your email address change
+You've been invited to join our platform
+Your magic link to sign in
+Password reset request
+