Timas Bugfix, EMail Function für AMBAR korrigiert, Essensbestellungen für Verag360
This commit is contained in:
@@ -280,16 +280,17 @@ Public Class cProgramFunctions
|
||||
Case "AMBAR"
|
||||
Select Case art
|
||||
Case "3", "4" 'Export
|
||||
myCredentials.UserName = "office@ambarlog.com"
|
||||
myCredentials.UserName = "office@ambarlog.de"
|
||||
' myCredentials.Password = "Naq30716"
|
||||
' myCredentials.UserName = "import@ambarlog.com"
|
||||
myCredentials.Password = "Naq30716"
|
||||
mySmtpsvr.Host = "owa.verag.ag" '"smtp.office365.com" -> office365 deaktiviert!
|
||||
mySmtpsvr.Port = 587
|
||||
'mySmtpsvr.EnableSsl = True
|
||||
text = text.replace("import@ambarlog.com", "office@ambarlog.com")
|
||||
text = text.replace("import@ambarlog.de", "office@ambarlog.com")
|
||||
eMailfrom = "office@ambarlog.com"
|
||||
|
||||
'text = text.replace("import@ambarlog.com", "office@ambarlog.com")
|
||||
'text = text.replace("import@ambarlog.de", "office@ambarlog.com")
|
||||
eMailfrom = "office@ambarlog.de"
|
||||
Case Else
|
||||
|
||||
' myCredentials.UserName = "import@ambarlog.com"
|
||||
|
||||
Reference in New Issue
Block a user