I have the issue with configure the email with kobotoolbox.
I have installed the docker version of kobotoolbox on my ubuntu server and application works ok, but does not send the email to user to reset the password when user forgot the password.
I configured the SMTP file similar to this:
SMTP set-up onfigurations:
EMAIL_HOST=mail.privateemail.com
EMAIL_PORT=587
EMAIL_HOST_USER=youremailaddress
EMAIL_HOST_PASSWORD=youremailpassword
EMAIL_USE_TLS=True
DEFAULT_FROM_EMAIL=youremailaddress
And I can send email from telnet from the server, but kobotoolbox would send the email.
I ran out of ideas. Please help.