Skip to main content

Module email_webhook

Module email_webhook 

Source
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§

WebhookEmailConfig
Configuration for WebhookEmailSender.
WebhookEmailSender
Email sender that POSTs rendered emails to a customer webhook endpoint.