On Wednesday, March 23, 2016 at 5:00:19 PM UTC-7, Literate Aspects wrote: > > Hello, > > I am trying to log in and I forgot my password, but the dos console keeps > returning the message > > datetime stamp - web2py - WARNING - email not sent > > How can I resolve this? >
Dos console? What is your environment? Are you running on Windows or Linux, and which version? ISTR to recall some free Dos utilities to send mail by connecting to a "real" mail server, but Python also has that capability, also. You do have to tell Python (by preference, through Web2Py) how to find the mail server. That's covered in Chapter 8 of the book. It may be easier in the short term just to register as another user. /dps -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

