CRM like / email thread functionality for Users

37 views
Skip to first unread message

Alexander Todorov

unread,
Jan 15, 2013, 3:11:34 PM1/15/13
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
to django...@googlegroups.com
I've done something similar with using Postfix and having postfix
deliver to a local python script
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/ARJ2VWvN2LgJ.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.

Russell Keith-Magee

unread,
Jan 16, 2013, 12:59:45 AM1/16/13
to django...@googlegroups.com
You might have some luck with Lamson:


It's a mail server written in Python, but it's got an API that makes it easy to set up triggers/filters when mail arrives.

Yours,
Russ Magee %-)
Reply all
Reply to author
Forward
0 new messages