EmailService: Update to .NET 4.8, make tls version configurable

This commit is contained in:
Jonathan Jenne
2023-01-23 09:33:30 +01:00
parent f763ac6f49
commit 311e4c3dc9
7 changed files with 45 additions and 36 deletions

View File

@@ -16,4 +16,6 @@ Public Class Config
Public Property SQLServerTestConnectionString As String = ""
Public Property Debug As Boolean = False
Public Property TlsVersion As Security.Authentication.SslProtocols = Security.Authentication.SslProtocols.Default
End Class