apiVersion: v3
kind: service
metadata:
  name: songwhip-email
  description: |
    Service for sending transactional and notification emails for the Songwhip platform.
    - Handles email delivery for user signups, notifications, and platform events.
    - Integrates with external email providers to ensure reliable delivery.
    - Provides endpoints and utilities for composing and sending emails from other Songwhip services.
    - Supports templating, error handling, and monitoring for email operations.
  owner: songwhip
  tags:
    - public:false
spec:
  type: web
