Deploy production-ready email infrastructure to your AWS account in minutes. Learn how to use the CLI, SDK, and console.
# Deploy infrastructure to AWSnpx @wraps.dev/cli init# Install SDKnpm install @wraps.dev/email# Send your first emailimport { Wraps } from '@wraps.dev/email'const wraps = new Wraps()await wraps.emails.send({ ... })