forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MM-54594] Adding new global relay type (mattermost#24672)
* adding new global relay type, custom
- Loading branch information
1 parent
769c7da
commit a11b27d
Showing
8 changed files
with
108 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,8 @@ describe('components/MessageExportSettings', () => { | |
SMTPUsername: 'globalRelayUser', | ||
SMTPPassword: 'globalRelayPassword', | ||
EmailAddress: '[email protected]', | ||
CustomSMTPServerName: '', | ||
CustomSMTPPort: '25', | ||
}, | ||
}, | ||
}; | ||
|
@@ -126,6 +128,8 @@ describe('components/MessageExportSettings', () => { | |
SMTPUsername: 'globalRelayUser', | ||
SMTPPassword: 'globalRelayPassword', | ||
EmailAddress: '[email protected]', | ||
CustomSMTPServerName: '', | ||
CustomSMTPPort: '25', | ||
}, | ||
}, | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -607,8 +607,15 @@ | |
"admin.complianceExport.exportJobStartTime.title": "Compliance Export time:", | ||
"admin.complianceExport.globalRelayCustomerType.a10.description": "A10/Type 10", | ||
"admin.complianceExport.globalRelayCustomerType.a9.description": "A9/Type 9", | ||
"admin.complianceExport.globalRelayCustomerType.custom.description": "Custom", | ||
"admin.complianceExport.globalRelayCustomerType.description": "Type of Global Relay customer account your organization has.", | ||
"admin.complianceExport.globalRelayCustomerType.title": "Global Relay Customer Account:", | ||
"admin.complianceExport.globalRelayCustomSMTPPort.description": "The SMTP server port that will receive your Global Relay EML.", | ||
"admin.complianceExport.globalRelayCustomSMTPPort.example": "E.g.: \"25\"", | ||
"admin.complianceExport.globalRelayCustomSMTPPort.title": "SMTP Server Port:", | ||
"admin.complianceExport.globalRelayCustomSMTPServerName.description": "The SMTP server name that will receive your Global Relay EML.", | ||
"admin.complianceExport.globalRelayCustomSMTPServerName.example": "E.g.: \"feeds.globalrelay.com\"", | ||
"admin.complianceExport.globalRelayCustomSMTPServerName.title": "SMTP Server Name:", | ||
"admin.complianceExport.globalRelayEmailAddress.description": "The email address your Global Relay server monitors for incoming compliance exports.", | ||
"admin.complianceExport.globalRelayEmailAddress.example": "E.g.: \"[email protected]\"", | ||
"admin.complianceExport.globalRelayEmailAddress.title": "Global Relay Email Address:", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters