Skip to content

Commit 6e83913

Browse files
Merge pull request #2016 from kris6673/dev
Add enable all MailTips standard
2 parents 263428a + 52c6a25 commit 6e83913

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/data/standards.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,22 @@
419419
"impact": "Low Impact",
420420
"impactColour": "info"
421421
},
422+
{
423+
"name": "standards.EnableMailTips",
424+
"cat": "Exchange Standards",
425+
"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",
426+
"addedComponent": [
427+
{
428+
"type": "number",
429+
"name": "standards.EnableMailTips.MailTipsLargeAudienceThreshold",
430+
"label": "Number of recipients to trigger the large audience MailTip (Default is 25)",
431+
"placeholder": "Enter a profile name"
432+
}
433+
],
434+
"label": "Enable all MailTips",
435+
"impact": "Low Impact",
436+
"impactColour": "info"
437+
},
422438
{
423439
"name": "standards.DisableViva",
424440
"cat": "Exchange Standards",
@@ -463,12 +479,12 @@
463479
{
464480
"type": "number",
465481
"name": "standards.SendReceiveLimitTenant.SendLimit",
466-
"label": "Send limit in MB"
482+
"label": "Send limit in MB (Default is 35)"
467483
},
468484
{
469485
"type": "number",
470486
"name": "standards.SendReceiveLimitTenant.ReceiveLimit",
471-
"label": "Receive Limit in MB"
487+
"label": "Receive Limit in MB (Default is 36)"
472488
}
473489
],
474490
"label": "Set send/receive size limits",

0 commit comments

Comments
 (0)