Resend · Email for developers

resend.com ↗
Resend · Email for developers PC表示
Resend · Email for developers タブレット表示
Resend · Email for developers スマホ表示

The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale.

Features Company Resources Help Docs AI Pricing Get started Announcing Resend Forward Email for developers The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale. Get started Documentation Companies of all sizes trust Resend to deliver their most important emails. Integrate this morning A simple, elegant interface so you can start sending emails in minutes. It fits right into your code with SDKs for your favorite programming languages. Node.js Serverless Ruby Python PHP CLI Go Rust Java Elixir .NET REST SMTP Node.js Next.js Remix Nuxt Express Hono Redwood Bun Astro 1import { Resend } from 'resend'; 2 3const resend = new Resend('re_xxxxxxxxx'); 4 5(async function() { 6 const { data, error } = await resend.emails.send({ 7 from: 'onboarding@resend.dev', 8 to: 'delivered@resend.dev', 9 subject: 'Hello World', 10 html: 'it works!' 11 }); 12 13 if (error) { 14 return console.log(error); 15 } 16 17 console.log(data); 18})(); View on GitHub Download ZIP First-class developer experience We are a team of engineers who love building tools for other engineers. Our goal is to create the email platform we've always wished we had — one that just works. Delivered delivered@resend.dev Send HTTP 200: { "id": "26abdd24-36a9-475d-83bf-4d27a31c7def" } HTTP 200: { "id": "cc3817db-d398-4892-8bc0-8bc589a2cfb3" } HTTP 200: { "id": "4ea2f827-c3a2-471e-b0a1-8bb0bcb5c67c" } HTTP 200: { "id": "8e1d73b4-ebe1-485d-bce8-0d7044f1d879" } HTTP 200: { "id": "a08045a6-122a-4e16-ace1-aa81df4278ac" } HTTP 200: { "id": "c3be1838-b80e-457a-9fc5-3abf49c3b33e" } HTTP 200: { "id": "13359f77-466e-436d-9cb2-ff0b0c9a8af4" } Test mode Simulate events and experiment with our API without the risk of accidentally sending real emails to real people. Learn more Delivered Jun 05 06:01:52 to melia@figma.com with subjectWelcome on agent Thunderbird running on Windows Clicked Jun 05 06:01:52 from lucas@yahoo.com onWelcome

関連サイト