I've been getting the following error: 

***WARNING:web2py:Mail.send failure:[Errno 11004] getaddrinfo failed***

for the following code: 

        mail = Mail()
    mail.settings.server = 'smtp.gmail.com:587'
    mail.settings.sender = 'em...@gmail.com'
    mail.settings.login = 'em...@gmail.com:password'

    mail.send(to=[email],subject= 'TEST',message='helloWorld')

Can someone please assist me? I can't seem to find any documentation on 
what getaddrinfo is and where in the code the error is happening. 

Thanks! 



-- 
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 to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to