views:

40

answers:

0

Has anyone successfully setup "Domain Keys Identified Mail" in a CakePHP app with the built-in email component?

I'm trying to implement part two of Jeff Atwood's spam protection post:

http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html

I'm not finding any good tutorials or sample code online for doing this. I'm not sure I'm approaching this from the right angle either. (Might it be that the mail server itself on the box should be signing all outbound emails, and not the app?)