Dakosy, Chat, Feiertage, Formulare (AMBAR)
This commit is contained in:
@@ -280,14 +280,22 @@ Public Class cProgramFunctions
|
||||
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"
|
||||
Case Else
|
||||
|
||||
myCredentials.UserName = "import@ambarlog.com"
|
||||
' myCredentials.UserName = "import@ambarlog.com"
|
||||
'myCredentials.UserName = "import@ambarlog.de"
|
||||
'myCredentials.Password = "Meh062020"
|
||||
'mySmtpsvr.Host = "smtp.office365.com"
|
||||
'mySmtpsvr.Port = 587
|
||||
'mySmtpsvr.EnableSsl = True
|
||||
|
||||
myCredentials.UserName = "import@ambarlog.de"
|
||||
myCredentials.Password = "Meh062020"
|
||||
mySmtpsvr.Host = "smtp.office365.com"
|
||||
mySmtpsvr.Host = "owa.verag.ag"
|
||||
mySmtpsvr.Port = 587
|
||||
mySmtpsvr.EnableSsl = True
|
||||
' mySmtpsvr.EnableSsl = True
|
||||
' eMailfrom = "import@ambarlog.com"
|
||||
End Select
|
||||
Case Else
|
||||
@@ -324,7 +332,7 @@ Public Class cProgramFunctions
|
||||
|
||||
Msg.Subject = betreff '"ERROR - DAKOSY Einarbeitung"
|
||||
If uhrzeitAngeben Then
|
||||
Msg.Body &= "Zeitpunkt: " & Now.ToShortDateString & " " & Now.ToShortTimeString & "<br><br>"
|
||||
Msg.Body &= "Zeitpunkt: " & Now.ToShortDateString & " " & Now.ToShortTimeString & "<br><br>"
|
||||
'Msg.Body &= vbNewLine & vbNewLine
|
||||
End If
|
||||
Msg.Body &= text
|
||||
|
||||
Reference in New Issue
Block a user