It is actually not difficult. Somewhere you create an email account
that is the recipient of emails directed to the application. For
example a gmail account.

Then you write a web2py script that runs in background and that
periodically connects to that account (using the python pop or imap
modules), retrieves all new emails (one by one) and process them
(parse the information you look for and store them in the database).

You run the script with web2py.py -S app -M -R script.py


On May 6, 12:41 pm, Pepe <pepea...@gmail.com> wrote:
> Hello!
>
> I want to enable the possibility of post via email in one application.
>
> so, i need info about how to do that, I never had did that before, so
> any help is a good help for me.
>
> Thanks a lot.
>
> Pepe
> _____
>
> Este mensaje también fue posteado en el grupo en 
> Español:http://groups.google.com/group/web2py-usuarios/browse_thread/thread/8...

Reply via email to