惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 【当耐特】
小众软件
小众软件
S
SegmentFault 最新的问题
GbyAI
GbyAI
量子位
爱范儿
爱范儿
L
LangChain Blog
Vercel News
Vercel News
A
About on SuperTechFans
腾讯CDC
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
月光博客
月光博客
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
V
Visual Studio Blog
美团技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
N
Netflix TechBlog - Medium

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft React Email 6.0 Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer
Why SMTP still matters today
Jonni Lundy · 2023-08-08 · via Resend RSS Feed

We want email to feel like the web, modern and cutting edge. This is why we support modern technologies like React for email building and Serverless for sending.

Part of that approach led us to believe all we needed was a great REST API.

Here's a bit of background on why we invested in support of a 40-year-old protocol.

How we got here

In 1971, Ray Tomlinson sent the first email using ARPANET. This became one of the foundational building blocks of the internet as we know it.

10 years later, SMTP was born and has persisted as the standard protocol for sending emails for the last 40 years. Though much of SMTP has been abstracted into various interfaces, it still remains the standard protocol underlying the 347 billion emails sent every day.

Why SMTP is so special

One reason SMTP integrations are still popular today is because they are provider agnostic, allowing the integration point to be based on the protocol rather than a specific email API.

We noticed quickly that there are still a large amount of systems that rely on SMTP for their integrations. This is true for legacy systems, but also for popular frameworks like Laravel, Rails, Liferay, and Django as well as modern systems like Retool and Supabase that want to provide a quick and standardized way for their customers to send emails.

Supabase SMTP
Supabase SMTP

It was evident that SMTP was not something to avoid, but rather something to embrace.

Send with SMTP today

Today, we are announcing SMTP with Resend.

SMTP on the Dashboard
SMTP on the Dashboard

To configure an SMTP integration, you can simply use these credentials:

  • Host: smtp.resend.com
  • Port: 465
  • Username: resend
  • Password: YOUR_API_KEY

See how simple it is to send an email with SMTP and Nodemailer:

For more help with integrating, check our documentation.