Thanks Massimo, I will try that. only one question more: how can I implement (if is possible) this: http://code.google.com/appengine/docs/python/mail/receivingmail.html in my server? (a vps.net account)
is that possible? thinking in a CRM (other idea, not the original "post via mail") I think that is more practical... Pepe On May 6, 1:50 pm, mdipierro <[email protected]> wrote: > 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 <[email protected]> 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...

