File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/reference/modules/Email.Smtp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 253253 // // Uncomment if SMTP server runs through a proxy server
254254 // //"ProxyHost": "proxy.domain.com",
255255 // //"ProxyPort": 5050,
256- // "EncryptionMethod": "SSLTLS ",
256+ // "EncryptionMethod": "SslTls ",
257257 // "AutoSelectEncryption": false,
258258 // "UseDefaultCredentials": false,
259259 // "RequireCredentials": true,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ You may configure the Default SMTP provider by the configuration provider using
4242 // Uncomment if SMTP server runs through a proxy server
4343 //"ProxyHost": "proxy.domain.com",
4444 //"ProxyPort": 5050,
45- "EncryptionMethod" : " SSLTLS " ,
45+ "EncryptionMethod" : " SslTls " ,
4646 "AutoSelectEncryption" : false ,
4747 "UseDefaultCredentials" : false ,
4848 "RequireCredentials" : true ,
You can’t perform that action at this time.
0 commit comments