Production Access Guide
How to get AWS SES production access approval.
Learn how to move out of the AWS SES sandbox and start sending emails to any recipient.
When you first set up AWS SES, your account is placed in sandbox mode. This is a safety measure to prevent abuse. You'll see this warning banner in your SES console:

While in the sandbox, you have these restrictions:
Once you have production access, you can send to any recipient (your "From" address must still be verified).
Verify your domain first for faster approval
AWS recommends verifying your sending domain before requesting production access. This significantly speeds up the approval process. See our Domain Verification guide for instructions.

You can also request production access using the AWS CLI:
aws sesv2 put-account-details \ --production-access-enabled \ --mail-type TRANSACTIONAL \ --website-url https://yourapp.com \ --additional-contact-email-addresses you@yourapp.com \ --contact-language ENReplace TRANSACTIONAL with MARKETING if you primarily send marketing emails.
AWS typically responds within 24 hours. If they need additional information, the review may take longer. You cannot edit your request while it's under review.
Once approved, the sandbox warning will disappear from your dashboard:

Set up DKIM, SPF, and DMARC for better deliverability.
Domain VerificationOnce approved, start sending with the Wraps SDK.
Email Quickstart