Closed download13 closed 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.
dkim
privateKey
keySelector
dkim-signer
Tested with a DKIM key from my own domain using http://dkimvalidator.com/
Also added an example for these options.
Related to #22
I added a
dkim
object to options that can have two properties:privateKey
andkeySelector
. These options correspond to the options fordkim-signer
.Tested with a DKIM key from my own domain using http://dkimvalidator.com/
Also added an example for these options.