Messaging: Add MailSender class
This commit is contained in:
@@ -283,7 +283,7 @@ Public Class Limilab
|
||||
|
||||
Dim email As IMail = oMailBuilder.Create()
|
||||
' Send the message
|
||||
Using oSmtp As New Smtp()
|
||||
Using oSmtp As New Limilabs.Client.SMTP.Smtp()
|
||||
AddHandler oSmtp.ServerCertificateValidate, AddressOf Validate
|
||||
Logger.Debug($"AUTH_TYPE [{AUTH_TYPE}]")
|
||||
If AUTH_TYPE = "SSL" Then
|
||||
|
||||
Reference in New Issue
Block a user