We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested with RESET PASSWORD functionality in stock Docker image
Expected results:
An email sent to me, and a success message on the page
Actual results: 504 page is displayed.
The stack trace displayed on the page is below.
SMTPRecipientsRefused at /en/user/password/reset/
Have set the following environment variables in the prod.env file without success. FROM_EMAIL - As per Discord EMAIL_FROM - As per python3 manage.py diffsettings |grep EMAIL and seeing an EMAIL_FROM field DEFAULT_FROM_EMAIL - As per Django https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-DEFAULT_FROM_EMAIL
python3 manage.py diffsettings |grep EMAIL
EMAIL_FROM
The text was updated successfully, but these errors were encountered:
TODO: check that everywhere where we send emails, the FROM address is correctly set (and document how to configure it)
Sorry, something went wrong.
c4aeab9
This should be fixed in master but currently there's a problem with our github actions for docker and no new images can be built
No branches or pull requests
Steps to Reproduce
Tested with RESET PASSWORD functionality in stock Docker image
Expected results:
An email sent to me, and a success message on the page
Actual results:
504 page is displayed.
The stack trace displayed on the page is below.
Logs
SMTPRecipientsRefused at /en/user/password/reset/
Have set the following environment variables in the prod.env file without success.
FROM_EMAIL - As per Discord
EMAIL_FROM - As per
python3 manage.py diffsettings |grep EMAIL
and seeing anEMAIL_FROM
fieldDEFAULT_FROM_EMAIL - As per Django https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-DEFAULT_FROM_EMAIL
The text was updated successfully, but these errors were encountered: