Re: [web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-30 Thread Dave S
On Wednesday, May 27, 2020 at 12:18:52 AM UTC-7, VJ Sosa wrote: > > Dear Dave, > > Thanks for your reply. > I could fix my issue modifying the smtp server port to 465. Since the > problem was related to the use of SSL, Google prefers the use of 465 port > for SSL. > Glad you figured it out, an

Re: [web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-27 Thread VJ Sosa
Dear Dave, Thanks for your reply. I could fix my issue modifying the smtp server port to 465. Since the problem was related to the use of SSL, Google prefers the use of 465 port for SSL. [smtp] server = smtp.gmail.com: 465 sender = myu...@gmail.com login = myuser:mypas

[web2py] Re: Problem sending mails in web2py: Mail.send failure:[SSL: WRONG_VERSION_NUMBER]

2020-05-26 Thread Dave S
On Wednesday, May 20, 2020 at 6:03:34 AM UTC-7, VJ Sosa wrote: > > Dear all, > > I'm using the library to manage users in web2py (it includes functions > such as login, profle, lost_password, etc..). > When I try to use the function lost_password, it ask for my email to send > me the password,