Question:
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
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.