Hi, I found the problem in the logs: smtplib.SMTPRecipientsRefused: {‘gianok@sh.gr’: (550, b’5.1.0 CS102-etn-noreply@sh.gr: Sender address rejected: User unknown in relay recipient table’)}
It seems that CS102- is automatically added in front of the email address in the FROM, and my mail server rejects this sender. Can you please let me know how to fix this, so that the course ID is not automatically added to the FROM email address?
I tried to add the parameter EMAIL_USE_COURSE_ID_FROM_FOR_BULK: false in the lms.yml but no luck