email-notifications
Installation
SKILL.md
Email Notifications Skill
Overview
This skill helps you implement email notifications in your Next.js application. From transactional emails to scheduled campaigns, this covers everything you need for reliable email delivery.
Email Providers
Resend (Recommended for Next.js)
Install:
npm install resend
Setup:
// lib/email.ts
import { Resend } from 'resend'