mailrs-outbound-queue 2.0.0

Outbound mail queue primitives: DKIM signing, DSN generation, MTA-STS lookup, retry/backoff, with a pluggable store trait and a Postgres reference implementation.
Documentation
1
2
3
4
5
6
7
8
// Each integration test crate only uses the subset of helpers it
// needs. The unused-in-one-crate items are not dead code in
// aggregate, so silence the dead-code lint at the helper-module root.
#![allow(dead_code)]

pub mod mock_smtp;
pub mod pg;
pub mod redis;