Skip to content

Add enable all MailTips standard #2016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,22 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.EnableMailTips",
"cat": "Exchange Standards",
"helpText": "Enables all MailTips in Outlook. MailTips are the notifications Outlook and Outlook on the web shows when an email you create, meets some requirements",
"addedComponent": [
{
"type": "number",
"name": "standards.EnableMailTips.MailTipsLargeAudienceThreshold",
"label": "Number of recipients to trigger the large audience MailTip (Default is 25)",
"placeholder": "Enter a profile name"
}
],
"label": "Enable all MailTips",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.DisableViva",
"cat": "Exchange Standards",
Expand Down Expand Up @@ -463,12 +479,12 @@
{
"type": "number",
"name": "standards.SendReceiveLimitTenant.SendLimit",
"label": "Send limit in MB"
"label": "Send limit in MB (Default is 35)"
},
{
"type": "number",
"name": "standards.SendReceiveLimitTenant.ReceiveLimit",
"label": "Receive Limit in MB"
"label": "Receive Limit in MB (Default is 36)"
}
],
"label": "Set send/receive size limits",
Expand Down