On 04/08/09 03:29 PM, Margie wrote:
> I have an app that is similar in many ways to the django admin app.
> My users are requesting access via email.  IE, when an object (task in
> my case) gets created, they want it to send them an email and then
> they want to be able to respond to that email to update various fields
> associated with the task.
> 
> I'm interested in any insights folks have as to the preferable way to
> implement this.

Roundup <http://roundup.sourceforge.net/> and Trac
<http://trac.edgewall.org/> with the MailToTrac plugin
<http://trac-hacks.org/wiki/MailToTracPlugin> both have ways of doing
this. You may be able to incorporate them into your code, or at least
borrow ideas.
-- 
Regards,

Clifford Ilkay
Dinamis
1419-3266 Yonge St.
Toronto, ON
Canada  M4N 3P6

<http://dinamis.com>
+1 416-410-3326

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to