email-service-aws-ses

Installation
SKILL.md

AWS SES Email Service

Overview

This skill implements email delivery via AWS SES for APIs:

  • AWS SES Integration - Production-ready email delivery
  • HTML Templates - File-based templates with placeholder replacement
  • Result Pattern - No exceptions, returns Result<T> for error handling
  • Enable/Disable Toggle - Development mode without actual sending

Quick Reference

Component Purpose Location
IEmailService Email abstraction interface Application/Abstractions/Email
AwsSesEmailService AWS SES implementation Infrastructure/Email
Related skills
Installs
4
GitHub Stars
52
First Seen
Mar 1, 2026