The following recipient is outside your organization

RaGau 100 Reputation points
2026-01-26T12:37:56.1466667+00:00

In outlook on desktop and web I am getting "The following recipient is outside your organization", using Microsoft 365, tried to check for the

  1. MailTip but that option is not present (as where it should be)
  2. tried powershell but it turns out to False.

I have admin access, let me know any other steps to check the same

Microsoft 365 and Office | Office Online Server
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Kha-N 8,000 Reputation points Microsoft External Staff Moderator
    2026-01-26T14:44:30.43+00:00

    Hi @ragau,

    Welcome to Microsoft Q&A, and thank you very much for reaching out to us.

    Based on your description, may I verify that you would like to disable the Mail Tip when sending email to external recipient?

    If that is the case, aside from using Exchange Online PowerShell method, you can also check the Microsoft Defender Portal, provided you have the necessary admin permissions. Specifically, look at whether your Anti‑phishing policy has the “First contact safety tip” feature enabled. When this feature is on, Outlook may display warning banners that can look similar to MailTips.

    Go to M365 Defender>Email & Collaboration> Policies & rules > Threat Policies> Anti-phishing, edit policy and switch off first contact safety tip.

    User's image

    For more information, you can check this Microsoft documentation here.

    I hope this helps. Looking forward to your response.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. RaGau 100 Reputation points
    2026-01-27T11:33:07.99+00:00

    Unfortunately, none of the solutions you've suggested are working for me. I do not have any policies in Microsoft Defender Portal at all - when I navigate to M365

    Defender > Email & Collaboration > Policies & rules > Threat Policies > Anti-phishing, there are no policies to edit. I cannot even search for the "First contact safety tip" feature you mentioned (later i found and switched it back ONN and OFF as well but no change found or i missed something), kindly suggest


  3. Q&A Assist
    2026-01-26T12:38:06.8166667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The message "The following recipient is outside your organization" typically appears when you are trying to send an email to an external recipient, and it is related to the MailTips feature in Outlook. Here are some steps you can take to troubleshoot this issue:

    1. Check MailTips Settings: Since you mentioned that the MailTip option is not present, ensure that MailTips for external recipients are enabled. You can do this using PowerShell with the command:
         Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true
      
      This command enables MailTips for external recipients, which should help in displaying relevant notifications.
    2. Verify Organization Relationship Configuration: If you have established organization relationships, check the settings using the Set-OrganizationRelationship cmdlet to ensure that MailTips are enabled for external communications. You can run:
         Get-OrganizationRelationship
      
      This will show you the current configuration and whether MailTips are enabled.
    3. Check User Permissions: Ensure that your account has the necessary permissions to view and manage MailTips. You may need to refer to the permissions documentation for Exchange Online to confirm your access level.
    4. Review Exchange Online Settings: Sometimes, the settings in Exchange Online can affect the visibility of MailTips. Make sure that the settings align with your organization's policies regarding external communications.
    5. Outlook Client Updates: Ensure that your Outlook client is up to date, as sometimes issues can arise from outdated software.

    If you continue to experience issues, consider reaching out to Microsoft support for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.