On Thu, 2007-11-15 at 17:21 -0800, [EMAIL PROTECTED] wrote: > Hello, > > Is it possible to digitally sign an email with django email api?
No. The email API only provides very simple capabilities, wrapping Python's native stuff. What you would do in this case is create the content and generate the signature yourself and then construct the message manually. It will probably take a bit of fiddling around to get the MIME types correct, but it should be possible. Malcolm -- The hardness of butter is directly proportional to the softness of the bread. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

