Skip to main content

Module transformers

Module transformers 

Source
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-ID MIME header.