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ยง
- Email
Api - Email API facade โ typed API in [
KernelHandle].