arachnid, thank you for such a great service!
Can you include also CC information in POST request, please.
So developer can access it like this:
sender = self.request.GET.get("from", "")
recipient = self.request.GET.get("to", "")
cc = self.request.GET.get("cc", "")
I'm developing some kind of email-driven-service where this information is
needed for further processing.
Regards,
Olex
Original issue reported on code.google.com by
olexandr.kundirenkoon 21 Mar 2009 at 5:17