Expand description
§Sendout
A modular email delivery library.
Provides core types and service traits for sending emails, batch operations, and provider integrations.
Modules§
- api
- API request trait
- config
- Email sending configuration data
- Email data structure
- error
- Error module
- execute
- HTTP request execution abstraction
- postmark
postmark - Email sending module with Postmark
- service
- Email service traits.
Structs§
- Service
Config - Configuration for the email sending service
Traits§
- ApiRequest
- A trait for types that represent API requests
- Email
Service - Trait for sending emails
- Execute
- Trait for executing HTTP requests