Skip to main content

Module email_api

Module email_api 

Source
Expand description

Email API โ€” KernelHandle domain facade for email.

Wraps SmtpClient and provides:

  • Email sending (delegated to SmtpClient)
  • Template management (load/save/list)
  • Sent history recording (via StateStore)
  • EventBus notification on send
  • Rate limit tracking

Structsยง

EmailApi
Email API facade โ€” typed API in [KernelHandle].