Skip to content
DiscordTwitterLinkedInInstagram

Resend Integration

Send reliable, production-ready emails from your CodePup project using Resend.

With Resend integration, CodePup automatically connects your project to a modern email delivery system — no SMTP setup, no boilerplate, no extra infrastructure.

Transactional Emails High Deliverability Auto Configured

Resend is a modern email API built for developers, focused on excellent deliverability and a simple API.

With CodePup + Resend, you can send:

  • Authentication emails (OTP, magic links)
  • Contact form submissions
  • Notifications and alerts
  • System-generated emails from your app

Make sure you have:

  • A Resend account
  • At least one verified sender email or domain in Resend

  1. Generate an API key in the Resend dashboard
  2. Add the API key to your CodePup project
  3. CodePup wires email functionality automatically
  4. Emails are sent securely using Resend


  1. Log in to your Resend Dashboard
  2. Open API Keys from the sidebar
  3. Click Add API Key
  4. Copy the generated key (re_...)

Create Resend API key Copy Resend API key


  1. Open your CodePup project
  2. Navigate to E-Commerce Project
  3. Open E-Commerce Store (Resend is configured here)
  4. Paste your Resend API Key
  5. Click Continue to save

E-Commerce integration card Enter email and Resend API key


Once Stripe is connected:

  1. Enter your project prompt
  2. Click Generate

Generate project

CodePup automatically wires Stripe checkout and billing logic into your project.



Step 4: Configure a Sender Email in Resend

Section titled “Step 4: Configure a Sender Email in Resend”

Before emails can be sent, you must verify a sender in Resend.

You can verify:

  • A single email (e.g. no-reply@yourdomain.com), or
  • An entire domain (recommended for production)

This sender is automatically used by CodePup.


Once connected, CodePup enables email sending automatically for:

  • Contact forms
  • Authentication workflows
  • App notifications
  • Workflow-triggered system emails

You don’t need to configure SMTP or write email infrastructure code.


CodePup securely manages the required environment variables for you:

RESEND_API_KEY=********
FROM_EMAIL=no-reply@yourdomain.com