You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi folks, I'm looking for an application/module to achieve the following functionality:
1) Be able to send email (via send_email) to a specific User of my site 2) Record what was sent and when 3) Be able to capture incoming replies and record them 4) Route the incoming reply to an admin.
Ideally 2/3 can be tracked via some custom email header and sent to/from a general address and all the communication can be via standard email tools.
This functionality is present in many issue tracking and CRM systems. I need something light weight to integrate with the current Django install. I don't want to setup a full-blown CRM solution for this. Can you point me to any packages/projects?
Thanks, Alex
m1chael
unread,
Jan 15, 2013, 3:52:42 PM1/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I've done something similar with using Postfix and having postfix
deliver to a local python script