EmailModule2 (lsl email), support selfsigned server certs, use mailkit email address validation, etc

This commit is contained in:
UbitUmarov
2022-03-18 00:15:08 +00:00
parent 85c6d52e6a
commit 811b2de565
3 changed files with 80 additions and 54 deletions

View File

@@ -533,6 +533,12 @@
;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {}
; SMTP_SERVER_PASSWORD = ""
; using TLS and a smtp server with a self signed certificate you will need to set next two options false
;# {SMTP_VerifyCertChain} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP Verify cert chain option} {} true
; SMTP_VerifyCertChain = true
;# {SMTP_VerifyCertNames} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP Verify cert chain option} {} true
; SMTP_VerifyCertNames = true
[Network]
;# {ConsoleUser} {} {User name for console account} {}
;; Configure the remote console user here. This will not actually be used