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
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
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
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
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
5 matches
Mail list logo