guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
560 stars 108 forks source link

Add DKIM signing #23

Closed download13 closed 7 years ago

download13 commented 7 years ago

I added a dkim object to options that can have two properties: privateKey and keySelector. These options correspond to the options for dkim-signer.

Tested with a DKIM key from my own domain using http://dkimvalidator.com/

Also added an example for these options.

download13 commented 7 years ago

Related to #22