Messaging: Add MailSender class

This commit is contained in:
Jonathan Jenne
2022-10-17 10:41:07 +02:00
parent 6be8dc54f5
commit dbb155a849
5 changed files with 257 additions and 13 deletions

View File

@@ -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