Skip to content

Supabase email rate limit

I need to remember this, when testing Supabase, their SMTP servers block after a few emails (5? 10? 15? few, anyway), so after a while you’re trying things, email will stop working and it’ll start giving you an error message back:

Error: email rate limit exceeded

How to fix?

You need to use your SMTP server to go over that limit, in Settings → Authentication → SMTP Settings.


I wrote 21 books to help you become a better developer:

  • HTML Handbook
  • Next.js Pages Router Handbook
  • Alpine.js Handbook
  • HTMX Handbook
  • TypeScript Handbook
  • React Handbook
  • SQL Handbook
  • Git Cheat Sheet
  • Laravel Handbook
  • Express Handbook
  • Swift Handbook
  • Go Handbook
  • PHP Handbook
  • Python Handbook
  • Linux Commands Handbook
  • C Handbook
  • JavaScript Handbook
  • Svelte Handbook
  • CSS Handbook
  • Node.js Handbook
  • Vue Handbook
...download them all now!

Related posts that talk about services: