I am follow the doc https://docs.tutor.overhang.io/configuration.html#smtp .
But the lms_worker logs aways show raise SMTPServerDisconnected("Connection unexpectedly closed")
I curious about the ACTIVATE_SMTP, should I set to true ? I am configed true and false but the log are same.
I am checked https://github.com/overhangio/tutor/issues/215 and checked my config by use a test script to send email
this is my test script: https://gist.github.com/carlos-wong/7a70e3f9fa3cbedca39686d32faddd71 . I am use my account info and the email is sent success.
regis
July 6, 2019, 6:29am
#3
Hi @carlos-wong !
For reference, the related issue is here: https://github.com/overhangio/tutor/issues/231
Let’s continue the conversation on github for now, as it’s quite possible that this will evolve into a feature request.
Hi @regis , as we just discuss at the https://github.com/overhangio/tutor/issues/231 the config miss ssl optional.