Problem is gmail... See solution here https://groups.google.com/forum/#!msg/web2py/CU_1qWYixjI/YYczniWQ1mMJ or at SO: http://stackoverflow.com/questions/19085738/i-am-trying-send-email-using- web2py-with-gmail-and-using-smtp-setting-i-have-att/21269760#21269760
On Wednesday, April 23, 2014 3:59:47 PM UTC-4, Jessica Le wrote: > > > 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 <javascript:>' > 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.