go-gomail / gomail

The best way to send emails in Go.
MIT License
4.3k stars 570 forks source link

How to add DKIM signature? #114

Open kumarsiva07 opened 6 years ago

kumarsiva07 commented 6 years ago

How to add DKIM signature?

pedromorgan commented 6 years ago

See #108

metaer commented 10 months ago

Consider also: https://github.com/metaer/go-easy-dkim-signer#example-2 This lib can add DKIM signature to a message created by go-gomail/gomail or any other lib