SignDKIM sample (wodSmtpServer / wodPop3Server / wodImapServer)
Hi Nestor,
it's your choice which headers you want to include into the signature. Typically, it would be "From:To:Subject:Date" but in theory you can use any you wish. Recipient of the message will use this value to calculate message hash only using those headers (in the order you specified).
Regards,
Jasmine.
Hello Jasmine,
Just to clarify, in my example, I would use:
NewMessage.SignDKIM mvarChavePrivada, "1578940440.mydomain", "From:To:Subject:Date"
Or
NewMessage.SignDKIM mvarChavePrivada, "1578940440.mydomain", "sender@mycompany.com:other@domain.com;Message Test:2020-01-11"
Best regards,