Hi Jim, It looks like this (see below): # ------------------------------------------------------------------------- # configure email # ------------------------------------------------------------------------- mail = auth.settings.mailer mail.settings.server = configuration.get('smtp.server') #'logging' if request.is_local else configuration.get('smtp.server') mail.settings.sender = configuration.get('smtp.sender') mail.settings.login = configuration.get('smtp.login') mail.settings.tls = configuration.get('smtp.tls') or False mail.settings.ssl = configuration.get('smtp.ssl') or False
Thanks, Jon. On Fri, Aug 21, 2020 at 1:56 AM Jim S <ato.st...@gmail.com> wrote: > What does your mail setup in db.py look like? > > -Jim > > > On Thursday, August 20, 2020 at 9:47:11 AM UTC-5, Jonsubs wrote: >> >> Any suggestions on how to debug "password lost" email not being sent. >> Thanks, Jon. >> >> On Wed, Aug 19, 2020 at 7:49 PM Jon Subscripted <jonsubsc...@gmail.com> >> wrote: >> >>> Hi everyone, >>> I'm having some trouble sending "lost password" emails to my users. >>> Whenever I test it I get an "Unable to send email" message. >>> >>> But I do not really know the reason. I tried with a standalone python >>> script with the same configuration and it works. >>> >>> I'd like to know how to debug this problem or where to look at. >>> >>> In which log are email related errors written? >>> Regards, Jon. >>> >>> -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/web2py/a61e3de4-f288-4968-9001-d21741f881f2o%40googlegroups.com > <https://groups.google.com/d/msgid/web2py/a61e3de4-f288-4968-9001-d21741f881f2o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/CAK8tz314DOQmcCxDimzWZT3XiReasMsq2es%3Dy%2BwtHyjfbvzrYQ%40mail.gmail.com.