try with const

This commit is contained in:
einhornimmond 2025-01-26 17:51:13 +01:00
parent 74067a7288
commit 1442b8f6c1

View File

@ -25,9 +25,12 @@ import {
sendContributionChangedByModeratorEmail,
} from './sendEmailVariants'
const testMailServerHost = 'localhost'
const testMailServerPort = 1025
CONFIG.EMAIL_SENDER = 'info@gradido.net'
CONFIG.EMAIL_SMTP_HOST = 'localhost'
CONFIG.EMAIL_SMTP_PORT = 1025
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
let con: Connection
let testEnv: {