Re: DKIM Email

2010-05-19 Thread Mark
On Apr 22, 4:16 am, Simon Meers wrote: > For anyone else who learned about DKIM recently [1], I've uploaded a > snippet for a DKIM-signing email backend [2]. Brilliant. I'm just developing a Django app, had read the CH article and was just about to figure out how to apply it to my project - but y

Re: DKIM Email

2010-04-23 Thread mjlissner
Looking over this snippet, I see that it's set up to use the SMTP backend. Will it also work for the other email backends, or is that asking too much? On Apr 23, 12:13 am, mjlissner wrote: > This snippet looks just about right, and the timing of Atwood's post > was perfect for me, as I am buildin

Re: DKIM Email

2010-04-23 Thread mjlissner
This snippet looks just about right, and the timing of Atwood's post was perfect for me, as I am building such a system right now. I'll post over on the snippet if I discover any problems getting the code to work. Thanks for putting this together. On Apr 21, 8:16 pm, Simon Meers wrote: > For any

DKIM Email

2010-04-21 Thread Simon Meers
For anyone else who learned about DKIM recently [1], I've uploaded a snippet for a DKIM-signing email backend [2]. [1] http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html [2] http://www.djangosnippets.org/snippets/1995/ -- You received this message because