I have following SMTP setup in env/smtp.txt
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
EMAIL_HOST=mail.xxxxxxxx.in
EMAIL_PORT=587
EMAIL_HOST_USER=no-reply@xxxxx.in
EMAIL_HOST_PASSWORD=xxxxx
EMAIL_USE_TLS=false
DEFAULT_FROM_EMAIL=no-reply@fxxxxxx.in
I did python3 run.py --setup
and setup all the option
i restarted all the docker containers
but when ever i am trying to register new user it is throwing 500 server error
please help
That will take lot of time
i think i am missing either few steps or i am not rebuilding properly
i need it asap because we are struggling since 15 days
can you please help