Re: [web2py] Re: Unable to send email in web2py

2012-11-22 Thread Jonathan Lundell
On 22 Nov 2012, at 8:02 AM, Daniele wrote: > Yeah I log into the account every day so there's no problem there. You might need to set mail.settings.tls = True. > > I am trying to set the setting mail.settings.server = 'logging' but I do not > know where it logs the messages...does anyone know

Re: [web2py] Re: Unable to send email in web2py

2012-11-21 Thread Jonathan Lundell
On 21 Nov 2012, at 4:49 PM, Daniele wrote: > I just tried port 25 as recommended on google's FAQ > (http://support.google.com/mail/bin/answer.py?hl=en&answer=78775) > Still nothing. I'm wondering how can I debug this? Is there a log file of > what's happening behind the scenes here? Double-chec

Re: [web2py] Re: Unable to send email in web2py

2012-11-21 Thread Christian Foster Howes
i have used 587 successfully in the past. i noticed that username if not a gmail account is the full email address like: b...@foo.com:password perhaps try that even with the gmail account? cfh On 11/21/12 16:43 , Daniele Pestilli wrote: I tried with port *465* and *587* any other port su