fix smtp port used for imap

This commit is contained in:
Jonathan Jenne 2019-04-12 11:12:46 +02:00
parent 1947a6b128
commit 9705c88e4d

View File

@ -99,7 +99,7 @@ Public Class clsWorker
MAIL_SERVER = row("EMAIL_SMTP")
MAIL_USER = row("EMAIL_USER")
MAIL_USER_PW = row("EMAIL_PW")
MAIL_PORT = row("PORT")
MAIL_PORT = row("PORT_IN")
Logger.Debug(String.Format("{0}-{1}", MAIL_FROM, MAIL_SERVER))
Dim PWPlain = _wrapper.DecryptData(MAIL_USER_PW)