Expand description
Built-in email transformations applied before delivery.
Each transformer runs in the SMTP pipeline between message reception
and routing, enriching or normalizing the email. Currently supports
Message-ID header injection and SPF/DKIM/DMARC verification
(feature-gated behind email-auth).
Re-exports§
pub use message_id::*;
Modules§
- message_
id - Ensure every email carries a
Message-IDMIME header.