[web2py] Re: email sending problem

2017-06-05 Thread Dave S
On Sunday, June 4, 2017 at 9:54:03 AM UTC-7, e27...@gmail.com wrote: > > > Since mail.send() return False or True, there is no error here. I am not > sur we can log any error here. > > How could I get the same "Warning" information that I can have through the > local Web2py console which displa

[web2py] Re: email sending problem

2017-06-04 Thread e27gis
Since mail.send() return False or True, there is no error here. I am not sur we can log any error here. How could I get the same "Warning" information that I can have through the local Web2py console which displays the real reason why an email is not sent ? -- Resources: - http://web2py.com

[web2py] Re: email sending problem

2017-06-04 Thread e27gis
Gmail is working fine for sending email, along with the other IP (orange, free) that I used. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You receive

[web2py] Re: email sending problem

2017-06-04 Thread Ron Chatterjee
First make sure gmail is set up as less secured app. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed

[web2py] Re: email sending problem

2017-06-04 Thread Massimo Di Pierro
I will try provide a more details answer but for now this is what I know: 1) mail.send(...) returns True or False so you can check if the email was sent 2) mail.send uses SMTP with logs errors using a logger. This means there is no ticket but you use a logger as explained here, you should be abl