emersion / go-message

✉️ A streaming Go library for the Internet Message Format and mail messages
MIT License
382 stars 111 forks source link

DKIM Example? #136

Closed muscache closed 3 years ago

muscache commented 3 years ago

Hello, Is there an example I can follow to sign a message with DKIM? Specifically:

Thanks!

emersion commented 3 years ago

You can use https://github.com/emersion/go-msgauth

muscache commented 3 years ago

Working beautifully. Thanks for a wonderful library :)