Hi Aspose
General info
DKIM allows the receiver to check that an email claimed to have come from a specific domain was indeed authorized by the domain owner. A valid signature also guarantees that some parts of the email have not been modified since the signature was affixed.
The recipient system can verify all of this by validating the DKIM signature.
My Scenario: A service receives an email via SMTP. The service does some checks on the email. One of them – to validate the DKIM signature if it is present.
Question: Aspose.Email has API to sign the email. Is it possible to use Aspose.Email to validate DKIM signature on EML files? If it is possible, can you direct me to the latest documentation of this feature/API?
Thanks.