Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSignup verification email not received #663
Open
Labels
Comments
|
I am having the same issue when deploying doccano using the one-click button for Heroku. Any advice would be greatly helpful. |
|
@srbek-cmd I have figured out how to make email verification work. You have to add the Email host configurations in the
Eg: /env.list
Then remove the docker containers and rebuild them using the new /env.list file.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


How to reproduce the behaviour
I setup the project using AWS one-click deployment button. Everything works fine, but when a new user sign ups, email verification is not received. I believe I have to set up a email host configurations in
settings.py. How do I set it up as the project has already been deployed? Is it in the/env.listfile, or the AWS one-click automatically does this?Your Environment
Also, when I deployed the project using docker-compose by pulling the github project, the project looks older and not as in demo http://doccano.herokuapp.com/. Why is that? Am I missing something here?