supabase-mailer

Send and track email from Supabase / PostgreSQL using a Transactional Email Provider (by burggraf)

Supabase-mailer Alternatives

Similar projects and alternatives to supabase-mailer

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better supabase-mailer alternative or higher similarity.

supabase-mailer reviews and mentions

Posts with mentions or reviews of supabase-mailer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • Looking for contributors for StaticBackend, a backend API in Go
    2 projects | /r/golang | 10 May 2023
    Supabase developer here. Just to clarify, Supabase has server-side functions (edge functions), emails can be sent with something like my repo here (https://github.com/burggraf/supabase-mailer) or through edge functions -- but you're right, while we do have the ability to send any auth-related emails built-in (sign up, sign in with magic link, MFA, reset password, etc.) we don't have an out-of-the-box solution for sending emails, that's why I wrote that repo. And lastly, it's quite easy to schedule tasks using pg_cron, which is built into every Supabase project by default.
  • Modifying Email Remotely
    2 projects | /r/Supabase | 23 Apr 2023
    Hello, I've tried these instructions https://github.com/burggraf/supabase-mailer/blob/main/Mail_Providers/Sendgrid.md when I tried to execute the first line INSERT INTO private.keys (key, value) values ('SENDGRID_API_KEY', 'aaaaaaaaaa'); in SQL editor (with my API key) in Supabase I've got this error: "Failed to run sql query: relation "private.keys" does not exist"
    2 projects | /r/Supabase | 23 Apr 2023
    One of supabase team members wrote this: https://github.com/burggraf/supabase-mailer, to assist with some of integration
  • Edge Functions or Database Functions?
    3 projects | /r/Supabase | 31 Jan 2023
    Here's a repo where I use the http extension extensively: https://github.com/burggraf/supabase-mailer
  • Sending Email From Postgres
    3 projects | dev.to | 27 Dec 2022
    I was excited to find the supabase-mailer project, but unfortunately it seems that only the Mailgun provider is fully supported and working. Mailgun only has a 30 day trial, which didn't work for my needs.
  • How to send Emails from Supabase in case of an event?
    4 projects | /r/Supabase | 31 Oct 2022
    I sometimes send emails from inside the database directly: https://github.com/burggraf/supabase-mailer
    4 projects | /r/Supabase | 31 Oct 2022
    You can't call the http function like that. You need to use a SELECT statement. See https://github.com/burggraf/supabase-mailer/blob/main/02A_send_email_mailgun.sql for an example: SELECT content INTO retval FROM http (('POST', ....etc
    4 projects | /r/Supabase | 31 Oct 2022
  • Functions?
    3 projects | /r/Supabase | 4 Feb 2022
    I'm not 100% sure you could do this with PostgreSQL functions, but you probably can. Since we have http access from these functions, I've written interfaces to some of the transactional email apis here: https://github.com/burggraf/supabase-mailer . (It's probably even easier if you use straight SMTP mailers.)
  • Open source Firebase alternative (Supabase) raises $30M Series A
    4 projects | /r/programming | 8 Nov 2021
    Not sure what you mean. I have a couple open-source repos on github that show you how you can send emails or text messages from a Postgres function using third-party providers. I also have a repo that shows how you could roll your own auth using functions. Assigning permissions and roles is definitely something you can do in functions -- that's standard postgres stuff....
  • A note from our sponsor - WorkOS
    workos.com | 28 Mar 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic supabase-mailer repo stats
11
177
1.1
3 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com