Email between servers uses STARTTLS to negotiate encryption โ but by default that negotiation is opportunistic and can be silently stripped by an attacker in the middle, downgrading delivery to plaintext.
MTA-STS
Mail Transfer Agent Strict Transport Security lets a domain publish a policy (over HTTPS, referenced by a DNS TXT record) that tells senders: always use TLS with a valid certificate to deliver mail here, and refuse to fall back to plaintext. That closes the downgrade hole.
TLS-RPT
TLS Reporting asks sending servers to email you daily summaries of any TLS delivery failures, so you find out about problems instead of silently losing or downgrading mail.
Deploying
Publish an MTA-STS policy file, its _mta-sts TXT record, and a _smtp._tls TLS-RPT record. The MX analyser checks all three and flags what is missing.