QUESTION MAIL

I am a beginner and I would like to know if it is possible with Supabase to use custom DNS instead of an SMTP server for sending emails. (self-hosted only)
3 Replies
garyaustin
garyaustin2y ago
You can replace the mail system with anything you want by using https://supabase.com/docs/reference/javascript/auth-admin-generatelink to get the url/token details and embed them in your own email system. Has to be done server side.
William
WilliamOP2y ago
Okay, I understand. Is it possible in the self-hosted version to have the same menu as in this video? Because it's easier for me, but I'm not sure if it's possible or only available in the premium version on the website https://www.youtube.com/watch?v=6rcGnW_Mh-0
Supabase
YouTube
How to setup custom domains in your Supabase projects - SupabaseTips
Supabase custom domains allows you to use your own sub domain to access all of your favorite Supabase feature to provide a branded experience for your customers. There are two ways to setup custom domain, through the dashboard and through our CLI, but in this video, we are going over how you can set it up from the dashboard together. You can re...
garyaustin
garyaustin2y ago
No idea on self-hosted. But on hosted that is a pay option for the pro plan.

Did you find this page helpful?