Yes but in a different way. Your VPS.net server probably can already receive emails (assuming there is account with the name of the receiver). You just need a script that uses pop to fetch emails from the inbox of that user account. It should actually be simpler. Somewhere I have that script for IMAP. I will look for it.
On May 7, 11:32 am, Pepe <[email protected]> wrote: > 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...

