You mean you want uses to send an email like i...@yourapp.com, and these
mails need to be stored in the database.

What I would do, though may not be the most efficient way is to use a python
program, to access the email box, parse the mails and store it into simple
table. Python has excellent email libraries which will let you do just that
eg is poplib. You can store the mails into a database and write views to do
CRUD operations on it. You might have to run the python program in a cron
job

Hope this helps.

I have not tried this, but it must work
On Fri, Jan 16, 2009 at 11:41 PM, zweb <traderash...@gmail.com> wrote:

>
> i can send emails easily using django.
>
> I want to set up an email address, where users can send email to the
> app (designated email address) and my django application receives it,
> parses it and stores it in database.
>
> What would be the easiest way to do it. ie " To receive email from
> users in  Django application"
>
> >
>


-- 
Ramdas S
+91 9342 583 065

--~--~---------~--~----~------------~-------~--~----~
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