Skip to main content

Usage Tips

Configure Email Service with Resend

Resend is a modern email API perfect for sending transactional and marketing emails in your projects. Steps to get your API key:
  1. Go to resend.com and sign up
  2. Verify your email address
  3. Go to API Keys in your Resend dashboard
  4. Click Create API Key
  5. Give it a name (e.g., “superun App”)
  6. Copy the API key (starts with re_)
  7. Keep it secure and never expose it in client-side code
Using in superun: When you need to use Resend in your superun project, simply mention it in the conversation. superun will automatically prompt you to enter your Resend API key. Just paste the API key you copied from Resend, and superun will handle the rest of the configuration automatically. For detailed Resend integration instructions, see:

Resend Integration Guide

Complete Resend integration tutorial with API configuration and usage instructions.

Configure SMTP with Personal 163 Email

If you need email service in your project, you can quickly configure SMTP using a personal 163 email. Use cases:
  • Product validation phase
  • Internal notifications
  • Testing email functionality
Advantages:
  • No business credentials needed
  • Simple and fast setup (5 minutes)
  • Low cost
For detailed configuration steps and troubleshooting, see:

Configure SMTP with Personal 163 Email

Complete 163 email SMTP configuration guide with detailed steps, environment variable setup, and troubleshooting.