Resend

Configure Resend with a single click

Usage

npx next-inject add resend

Setup Environment

  1. Visit resend and login/signup.
  2. On the sidebar, go to "API Keys" and press Create API Key
  3. Copy the API key into your .env.local file as follows:
# Resend
RESEND_KEY=YOUR_KEY
  1. On the sidebar, go to "Domains" and press Add Domain.
  2. Login to your DNS provider, and locate an "Advanced DNS" option or something similar where you are able to add new DNS records.
  3. Here, create an MX, TXT, and another TXT record with the correct parameters listed inside Resend.
  4. Start sending emails!
Bonus Features
Resend demo component to send emails instantly
Beautiful welcome email templates (when paired with the React Email plugin)

Any further questions?
Please do not hesitate to contact us by email or twitter
Also, If you are enjoying Next Inject, feel free to share a testimonial here!

On this page