af-configure-ses-email

Configure Amazon SES domain verification, DKIM, and bounce handling for GainInsight projects.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-configure-ses-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-configure-ses-email
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-configure-ses-email
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-configure-ses-email

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of configuring Amazon Simple Email Service (SES) for transactional emails within GainInsight Standard projects, ensuring reliable email delivery.

Core Features & Use Cases

  • Domain Verification: Guides through verifying email sending domains and setting up DKIM records for authentication.
  • Sandbox to Production Transition: Assists in moving SES from a restricted sandbox environment to full production capabilities.
  • Email Template Management: Facilitates the creation and management of reusable email templates.
  • Bounce Handling Setup: Configures mechanisms to manage email bounces and complaints effectively.
  • Use Case: When launching a new project that requires sending user confirmation emails, this Skill helps set up SES, verify the domain, and configure DKIM, ensuring emails reach inboxes.

Quick Start

Use the af-configure-ses-email skill to verify the domain 'example.com' with DKIM records.

Frequently Asked Questions about af-configure-ses-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Amazon SES for transactional email delivery?

Configuring Amazon SES for transactional email involves verifying your sending domain, setting up DKIM authentication records, and moving the service from its restricted sandbox environment to full production capabilities.

How do I set up DKIM records for AWS SES domain verification?

Setting up DKIM records for AWS SES domain verification requires adding the provided DNS records to your domain provider. This authenticates your emails, proving to email providers that you authorized SES to send on your domain's behalf.

How do I move AWS SES from sandbox to production?

Moving AWS SES from sandbox to production requires requesting production access directly through the AWS console, which removes initial sending restrictions and enables delivering transactional emails to unverified recipients.

How do I handle email bounces and complaints in Amazon SES?

Handling email bounces and complaints in Amazon SES involves configuring bounce handling mechanisms within your application. This setup manages delivery failures and spam complaints effectively to maintain your sender reputation and follow best practices.

Can I create reusable email templates in Amazon SES?

Yes, you can create and manage reusable email templates within Amazon SES, which facilitates consistent transactional message formatting and allows you to standardize user confirmation emails across your application.