This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
2.2.0
Added
- #20: Adds
Message.SetBoundary
to allow specifying a custom MIME boundary. - #22: Adds
Message.SetBodyWriter
to make it easy to use text/template and
html/template for message bodies. Contributed by Quantcast. - #25: Adds
Dialer.StartTLSPolicy
so thatMandatoryStartTLS
can be required,
orNoStartTLS
can disable it. Contributed by Quantcast.