views:

321

answers:

3

i have email program written in c# which sends out emails. now i have a requirement to sign outbound email using dominkey/DKIM. but i am not sure how do i do it. i have all key setup,but dont know how to get those and include in email header.

A: 

i want to know also i just find a dkim implement,but i can't run sucessful-_- http://tinisles.blogspot.com/2009/09/sending-dkim-email-from-c.html

wingoo
hey cool, that's my blog. Leave a comment on the blog article if you need a hand with something.
russau
A: 

i didnt find much help on this issue, but my problem got solve by configuring smtp server. i cant post those steps as i am using 3rd party smtp server and every server has their own configuration. after proper configuration my smtp automatically adds DM/DKIM signature.

Nnp
A: 

Maybe this is suitable for you: http://blog.rubypdf.com/2010/03/02/cern-domainkeys-library-a-c-version-implement/

JP Hellemons