1// Package tlsrpt implements SMTP TLS Reporting, RFC 8460.
2//
3// TLSRPT allows a domain to publish a policy requesting feedback of TLS
4// connectivity to its SMTP servers. Reports can be sent to an address defined
5// in the TLSRPT DNS record. These reports can be parsed by tlsrpt.
6package tlsrpt
7