Skip to content

Best SMTP server for development

I was looking for a SMTP server to hook into Supabase, and as a developer I found Resend to be an optimal choice for this use case.

Why?

A SMTP server needs a username and password, and often times this is a single value that’s shared across applications.

You cannot have more than one.

With Resend however, you can generate multiple API keys, associate each one with a name, and once you don’t need it anymore (in my case I’m using it for a demo, and once the demo is done, I want to remove that API to avoid it being exploited / exposed in a tutorial).

Very convenient.


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: