Forum Discussion
Addjam
Sep 05, 2024Copper Contributor
MailTips for Exchange
We would like to implement a warning message that alerts users when they are sending an email to an external recipient. We initially tried using DLP policies to achieve this, but it seems that DLP o...
- Sep 06, 2024Nope, you only get the banner.
VasilMichev
Sep 05, 2024MVP
I'm not aware of any changes to MailTips in this regard, they should still work. Make sure that the feature is actually enabled:
Get-OrganizationConfig | select MailTipsExternalRecipientsTipsEnabled
Get-OrganizationConfig | select MailTipsExternalRecipientsTipsEnabled
- AddjamSep 06, 2024Copper Contributor
We've ran the command and it appears to be enabled correctly. Doesnt appear at all though. Are we missing something?
Get-OrganizationConfig | select MailTipsExternalRecipientsTipsEnabled
MailTipsExternalRecipientsTipsEnabled
-------------------------------------
True
After testing we determined that it works.. kinda.. It shows a banner with information above the message. I think i need to elaborate what is the expected behaviour here. MailTips could be configured to be a pop-up window that appeared before sending messages to external users and had to be clicked to go away. Can that behaviour be still achieved?- VasilMichevSep 06, 2024MVPNope, you only get the banner.