Open hubortje opened 1 month ago
Try with
FROM_EMAIL='user@strato.de'
This must be a mail address the mailserver is accepting to send from, with the given user EMAIL_HOST_USER
.
But i found the following bug report: #35
I've had the same issue and i fixed it by setting DEBUG=False
in the prod.env
file. Somewhere else it said that the DEBUG
variable sets the Django server into Dev mode and certain things break.
Also you seem to have forgotten to set the SITE_URL
variable to the actual domain where you are running your server on. If you don set that the confirmation email has a link that starts with https://localhost
and that doesn't point to your wger instance (unless you run it on your local machine)
Hey, when trying to send a verification email, the container throws the following error
I've changed the JSON web token to display the domain "example@example.com" and fudged with the
exp
-value. If you need these to debug, tell me please.From my
wger.env
-file: