skills/smithery.ai/wraps-email

wraps-email

Installation
SKILL.md

@wraps.dev/email SDK

TypeScript SDK for AWS SES with automatic credential resolution, React.email support, and template management. Calls your SES directly — no proxy, no markup.

Installation

npm install @wraps.dev/email
# or
pnpm add @wraps.dev/email

Quick Start

import { WrapsEmail } from '@wraps.dev/email';

const email = new WrapsEmail();
Installs
1
First Seen
Apr 12, 2026
wraps-email from smithery.ai