Hello, I'm using web2py 2.14.5-stable+timestamp.2016.04.14.03.26.16
mail = logging for testing purposes.
So, controller:
def user():
return dict(form=auth())
Registering new user goes as it must. Email verification (this is console
output):
2016-05-05 01:21:14,601 - web2py - WARNING - email not sent
----------------------------------------
From: [email protected]
To: [email protected]
Subject: Email verification
Click on the link
http://127.0.0.1:8000/myblog/default/user/verify_email/17b4d0ed-4af0-4c28-ae77-e6d9b14e109b
to verify your email
----------------------------------------
Click this link, so user successfully registered and can login.
But when I try to retrieve_password this is result email:
2016-05-05 01:24:46,313 - web2py - WARNING - email not sent
----------------------------------------
From: [email protected]
To: [email protected]
Subject:
None
----------------------------------------
So its subject and body is absolutely empty. The reset password key is
created for user [email protected] and I can see it on my database.
What can I do to fix it?
--
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.