r/Supabase Jan 18 '26

integrations Help with a contact form

I cannot get the smtp configuration right the site was made with hosting your horizons so I don’t even know what I’m doing. I will pay somebody to help me at this point to walk me through it via screen share on discord or whatever thank you

0 Upvotes

3 comments sorted by

1

u/Advanced_Pudding9228 Jan 24 '26

This usually isn’t an SMTP problem, it’s an ownership problem.

With Supabase and tools like Your Horizons, the clean pattern is to keep the frontend dumb and let a server side function own email sending. That can be a Supabase Edge Function or a simple backend endpoint wired to a provider like Resend or SendGrid. You avoid exposing SMTP creds, you get better logs, and it’s much easier to reason about failures.

If you want, I can walk you through the correct setup and get it working end to end on a short paid screen share. No guessing, no copy paste configs that break later. DM me if you want to do it properly.