[web2py] Re: post via mail

2010-05-08 Thread Pepe
good! anew: i will try :) thanks Massimo! On May 7, 5:17 pm, mdipierro wrote: > 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 inbo

[web2py] Re: post via mail

2010-05-07 Thread mdipierro
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 IM

[web2py] Re: post via mail

2010-05-07 Thread Pepe
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 th

[web2py] Re: post via mail

2010-05-06 Thread mdipierro
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 module