hardcoded Mail von Ambar korrigiert, fakt, etc.
This commit is contained in:
@@ -574,7 +574,7 @@ BindingFlags.Instance Or BindingFlags.NonPublic, Nothing, [Control], New Object(
|
||||
Case "AMBAR"
|
||||
Select Case art
|
||||
Case "3", "4" 'Export
|
||||
myCredentials.UserName = "office@ambarlog.de"
|
||||
myCredentials.UserName = "export@ambarlog.de"
|
||||
' myCredentials.Password = "Naq30716"
|
||||
' myCredentials.UserName = "import@ambarlog.com"
|
||||
myCredentials.Password = "Naq30716"
|
||||
@@ -584,7 +584,7 @@ BindingFlags.Instance Or BindingFlags.NonPublic, Nothing, [Control], New Object(
|
||||
|
||||
'text = text.replace("import@ambarlog.com", "office@ambarlog.com")
|
||||
'text = text.replace("import@ambarlog.de", "office@ambarlog.com")
|
||||
eMailfrom = "office@ambarlog.de"
|
||||
eMailfrom = "export@ambarlog.de"
|
||||
Case Else
|
||||
|
||||
' myCredentials.UserName = "import@ambarlog.com"
|
||||
|
||||
Reference in New Issue
Block a user