Skip to content

Commit 9605014

Browse files
authored
SSLTLS -> SslTls (OrchardCMS#17938)
1 parent 2626058 commit 9605014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OrchardCore.Cms.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
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,

src/docs/reference/modules/Email.Smtp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)