How to set up Amazon Simple Email Services (AWS SES) gateway to send ExplaraX emails?

How to set up Amazon Simple Email Services (AWS SES) gateway to send ExplaraX emails?

1. Open SES console & pick region

  1. Sign in to the AWS Management Console.
  2. Go to Amazon SES and select the AWS region you’ll operate in (e.g., us-east-1).

Tip: pick a region closest to your users or where SES supports features you need.

2. Verify an identity (email address or domain)

You must verify either each sending email address and your entire domain.

Verify a domain (recommended):

  1. SES → Verified identitiesCreate identity → choose Domain.
  2. Enter your domain and choose whether to enable DKIM (Easy DKIM).
  3. SES will show DNS records to add (one TXT for domain verification, and usually 3 CNAMEs for DKIM).
  4. Add the provided DNS records in your DNS host.
  5. Wait for DNS propagation and verification (console updates when complete).

Verify an email address (quick test):

  1. SES → Verified identitiesCreate identity → choose Email address.
  2. Enter the email; SES will send a verification email — click the link.

3. Move out of the SES sandbox (request production access)

By default new SES accounts are in a sandbox with low sending limits and restrictions.

  1. Open AWS Support CenterCreate caseService Limit Increase (or select SES sending limits).
  2. Request production access for SES in the chosen region; provide: use case, expected volumes, sample email content, opt-in/unsubscribe processes.
  3. AWS reviews and (if accepted) raises limits and removes sandbox restrictions.