Merge branch 'master' of http://git.dd:3000/AppStd/Modules
This commit is contained in:
commit
67cdc580fa
@ -329,7 +329,10 @@ Public Class Limilab
|
||||
oSmtp.Connect(mailsmtp)
|
||||
End If
|
||||
Logger.Debug($"mailUser [{mailUser}]")
|
||||
If mailUser <> String.Empty Then
|
||||
oSmtp.UseBestLogin(mailUser, mailPW) ' remove if not needed
|
||||
End If
|
||||
|
||||
|
||||
oSmtp.SendMessage(email)
|
||||
Logger.Info("Message to " & oMailReceipiant & " has been send.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user