apiVersion: v3
kind: library
metadata:
  name: songwhip-utils-email
  description: |
    Shared utilities for sending and managing emails in Songwhip services.
    - Provides a typed wrapper around AWS SES for transactional email delivery.
    - Supports creating, updating, and retrieving SES email templates.
    - Handles bulk and individual email sending with template rendering.
    - Standardizes email client configuration and error handling across services.
  owner: songwhip
  tags:
    - public:false
spec:
  type: utility
