Skip to content

Include email CC info in POST request #8

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.kundirenko on 21 Mar 2009 at 5:17

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions