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 only put the email configuration into this file. Where else the email configuration should be? I think I am missing something. Thank you for looking into it.
yes you need to go through the python3 run.py --setup and update your info there, if you cant just when the setup start choose to install kobo in another directory or delete the unwated one.
i just made it work
keep the smtp text as it is
make sure you can telnet to gmail
telnet smtp.gmail.com 587
make sure allow less secure apps is enabled in gmail account settings
make sure to install django from pip3
then proceed in python3 run.py --setup and fill the smtp settings as following:
smtp server: smtp.gmail.com
port : 587
username: youremail
password: yourpassword
TLS yes
support email: same as your username