Thanks a lot. This resolves configuration issue. I got confused when google “openedx tutor smtp”, this “How to setup smtp email in production - #18 by Herve_siyou” shows up the first. I should have read the instructions carefully. tutor/google-smtp.rst at master · overhangio/tutor · GitHub has an example.
$ tutor config save
–set SMTP_HOST=smtp.gmail.com
–set SMTP_PORT=587
–set SMTP_USE_SSL=false
–set SMTP_USE_TLS=true
–set SMTP_USERNAME=YOURUSERNAME@gmail.com
–set SMTP_PASSWORD=‘YOURPASSWORD’
1 Like