nodemailer-dkim
DKIM Signer plugin for Nodemailer
See Nodemailer homepage for documentation and terms of using DKIM.
Sign Nodemailer DKIM headers
DKIM Signer plugin for Nodemailer
See Nodemailer homepage for documentation and terms of using DKIM.
Bumped dependencies to fix too long lines issue
Fixed an issue with long public keys (https://github.com/andris9/nodemailer-dkim/pull/4)
Trim whitespace around keys and values in the TXT record when verifying DKIM setup
Set transform stream as a callable function, this allows to use the same mail object several times (new DKIMSigner is created for every instance).
Added new method verifyKeys
to verify the DKIM settings. The method fetches the public key from DNS and tries to verify some data signed with the private key.