[web2py] Re: Mail.send failure

2015-06-16 Thread Leonel Câmara
If you go here logged in with your gmail account, and allow less secure 
apps, does it work?
https://www.google.com/settings/security/lesssecureapps

-- 
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.


[web2py] Re: Mail.send failure

2015-06-15 Thread webpypy
for the gmail account :

port 465 leads to the error (timeout)

port 25,587 lead to the error (10013 )


Any help is appreciated..



On Sunday, June 14, 2015 at 6:26:00 AM UTC+3, webpypy wrote:
>
> Hi :
>
> I got the error
>
> error 10013
> An attempt was made to access a socket in a way forbidden by its access 
> permissions.
>
> what is the cause?
>
> sender is in the format x...@gmail.com  ( I mean there 
> are two dots). Is this a problem?
>
> Regards,
>
> Ashraf
>
>  
>

-- 
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.


[web2py] Re: Mail.send failure

2015-06-14 Thread webpypy
trying another email account (hotmail , with only one dot)
and switching between port numbers 25 , 465

will switch between two errors :

error 10013
An attempt was made to access a socket in a way forbidden by its access 
permissions.

and 

error 10060
A connection attempt failed because the connected party did not properly 
respond after a period of time, or established connection failed because 
connected host has failed to respond.

where is the problem?

On Sunday, June 14, 2015 at 6:26:00 AM UTC+3, webpypy wrote:
>
> Hi :
>
> I got the error
>
> error 10013
> An attempt was made to access a socket in a way forbidden by its access 
> permissions.
>
> what is the cause?
>
> sender is in the format x.y...@gmail.com ( I mean there are two 
> dots). Is this a problem?
>
> Regards,
>
> Ashraf
>
>  
>

-- 
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.