On Apr 3, 2:48 pm, El Marto <martinmass...@gmail.com> wrote:
> Hi all
>
> I m working on a web project that also interacts with users through
> email. I can send emails through SMTP, but I dont know how to receive
> emails and process them in a django.
>
> Does someone know how to do this?
Use Python's built-in support for the IMAP protocol:
http://docs.python.org/library/imaplib.html
You will also need to configure your mail server to receive incoming
emails.
-Rajesh D
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---