Celeg Korr

This commit is contained in:
2023-03-10 08:22:03 +01:00
parent 5dbd3931da
commit 8e01eadc1f
6 changed files with 59 additions and 22 deletions

View File

@@ -298,6 +298,11 @@ Public Class cProgramFunctions
' mySmtpsvr.EnableSsl = True
' eMailfrom = "import@ambarlog.com"
End Select
Case "UNISPED"
myCredentials.UserName = "no-reply@unisped.at"
myCredentials.Password = "GL5unisped!KNL3"
mySmtpsvr.Host = "owa.verag.ag"
mySmtpsvr.Port = 587 '25 '587 '25
Case Else
myCredentials.UserName = "support@verag.ag"
myCredentials.Password = "$up0Rt2809!"