Expand description
HTTP webhook email delivery.
POSTs the rendered email plus structured template data to a
customer-supplied URL. Optionally HMAC-signs the body using the shared
crate::webhook_sig::sign_payload helper (plan §2.7).
There is no retry in this sender. The integrator’s endpoint must be reliable, or they should configure a real SMTP path instead. See plan §2.7.
Structs§
- Webhook
Email Config - Configuration for
WebhookEmailSender. - Webhook
Email Sender - Email sender that POSTs rendered emails to a customer webhook endpoint.