Archived Forum Post

Index of archived forum posts

Question:

Chilkat SMTPQ and DomainKeys Signatures

Nov 25 '13 at 09:11

I have a need to ensure that all emails sent from our servers are signed with Domain Keys. I have the generated private key for the domain, and also the DNS entries which we are in the process of adding to the DNS entries.

My question is two-fold, how can I send an email that contains the Domain Keys signature and is this supported using the .SaveQ option when creating the email.

Thanks


Answer

Examples for creating email (MIME) with a Domain Keys signature are on the example-code.com site. For example: http://www.example-code.com/csharp/dkim.asp

After creating the MIME w/ the DKIM/Domain Keys header, you may send it via SMTPQ by calling mailman.SendMimeQ or mailman.SendMimeBytesQ.