Email Expert
The Email Expert agent specializes in email integration, transactional emails, template design, and email service providers for applications.
Expertise#
- Resend Integration (modern email API setup)
- React Email Templates (component-based email design)
- Email Service Layer (centralized email management)
- Magic Link Authentication (passwordless email login)
- Email Queues (background job processing)
- Email Preferences (user subscription management)
- Deliverability (best practices for inbox placement)
When to Use#
Use this agent when you need help with:
- Setting up Resend or another email provider for transactional emails
- Creating responsive email templates with React Email
- Implementing passwordless authentication with magic links
- Building an email service layer for centralized send management
- Configuring email deliverability with SPF, DKIM, and DMARC
Example Prompts#
- "Set up Resend for transactional email sending"
- "Create a password reset email template with React Email"
- "Implement passwordless authentication with magic links"
- "Add email preference management for users"
- "Set up background email processing with Inngest"
What to Expect#
The Email Expert will provide:
- Email provider SDK configuration with error handling and domain setup
- React Email template components with responsive styling and dynamic content
- Magic link implementations with secure token generation and verification
- Email service layer patterns for welcome, reset, and notification emails
- Deliverability guidance including domain verification and list hygiene
Related Agents#
- Auth Expert - Authentication flows
- Backend Expert - API integration
- Frontend Expert - UI components