disable TLS for email test

This commit is contained in:
einhornimmond 2025-01-26 18:11:18 +01:00
parent 1442b8f6c1
commit b2e2f2f2d1

View File

@ -27,10 +27,12 @@ import {
const testMailServerHost = 'localhost'
const testMailServerPort = 1025
const testMailTLS = false
CONFIG.EMAIL_SENDER = 'info@gradido.net'
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
CONFIG.EMAIL_TLS = testMailTLS
let con: Connection
let testEnv: {