email-test-modus auf false

This commit is contained in:
clauspeterhuebner 2026-03-04 18:04:09 +01:00
parent 5ad6947da2
commit 7189b69d70

View File

@ -25,6 +25,7 @@ CONFIG.EMAIL_SENDER = 'info@gradido.net'
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
CONFIG.EMAIL_TLS = testMailTLS
CONFIG.EMAIL_TEST_MODUS = false
mock.module('nodemailer', () => {
return {