Re: [web2py] Re: Reset Password does not send email

2022-11-27 Thread Silvian Cedru
Thanks for the information yeah I found it need create an extra app for it . Am Mo., 28. Nov. 2022 um 06:15 Uhr schrieb Maxi < maximiliano.dua...@gmail.com>: > Remember that gmail no longer allows sending emails directly, you must > create an exclusive key for that service. (Less secure

Re: [web2py] Re: Reset Password does not send email

2022-11-27 Thread Maxi
Remember that gmail no longer allows sending emails directly, you must create an exclusive key for that service. (Less secure applications previously) You must enter the configuration and create a key for the service you want, you can have several keys. Recuerden que gmail no permite mas el envio

Re: [web2py] Re: Reset Password does not send email

2022-11-14 Thread Silvian Cedru
thank you Jim I will give it a try I will let you know Am Mo., 14. Nov. 2022 um 22:20 Uhr schrieb Jim Steil : > Here is what google wants for smtp settings: > > [image: image.png] > > For web2py you need to set > > server = "smtp.gmail.com:465" # assuming you're using ssl > sender =

Re: [web2py] Re: Reset Password does not send email

2022-11-14 Thread Jim Steil
Here is what google wants for smtp settings: [image: image.png] For web2py you need to set server = "smtp.gmail.com:465" # assuming you're using ssl sender = "your_email_address" login = "username:password" # where password is a gmail app password, assuming you have 2FA enabled on your

Re: [web2py] Re: Reset Password does not send email

2022-11-11 Thread Silvian Cedru
Yeah that is what I tried to do but I am not really sure where I enter all the details I got the smtp IP from my own mailserver but I am not really sure where I need to pass the username and data trough do you have any idea ? Am Fr., 11. Nov. 2022 um 22:27 Uhr schrieb Jim S : > Are you passing a

[web2py] Re: Reset Password does not send email

2022-11-11 Thread Jim S
Are you passing a password to the mail server? When I've set these up with gmail, I've needed an app-specific password to pass to it. -Jim On Thursday, November 10, 2022 at 11:52:34 PM UTC-6 silvia...@gmail.com wrote: > Hello everyone, > > I want to reset password in my application if