Skip to main content

Implementing External Email Tagging in Outlook

External email warning helps to alert users from clicking malicious links and phishing emails sent by external senders. It plays a vital role in protecting against spam and phishing threats. For these years, admins use a transport rule to prepend [External] in the subject line.

In this blog, let’s discuss implementing an ‘external’ tag identifier on your business email. This feature implements an “External” tag identifier on Outlook for email messages received from outside your organization. Microsoft created this feature in hopes that the external tag will help users easily identify spam and phishing threats from external senders. When someone outside your organization receives an email, an “External” title will be present in Outlook on the web, Outlook for Mac, Outlook for iOS, and Android. After clicking the external tag, the email address for the sender will be shown.

Outlook External Email Tag       

In Outlook clients for Windows, a mail tip will be present at the top of the reading pane.

If you click the mail tip, it will give you the option to Add a Sender to the Blocked Senders List.

How to turn on the external tagging feature

Since external tagging is disabled by default, you will need to manually turn this feature on.

  1. Load the exchange online module on PowerShell.
    Import-Module ExchangeOnlineManagement
  2. Connect to Exchange Online PowerShell using an admin account. For example:
    Connect-ExchangeOnline -UserPrincipalName name@archive.imaginet.com
    This will prompt a log-on screen for you to enter your password.
  3. Turn on external tagging.
    The following command will enable external tagging for the whole organization.
    Set-ExternalInOutlook -Enabled $true

You could also omit senders and domains from the external tagging feature. For example, to omit admin@fourthcoffee.com
I would enter the following:
Set-ExternalInOutlook -AllowList admin@fourthcoffee.com

To omit a whole domain, use the following example:

Set-ExternalInOutlook -AllowList “quest.com”, “google.com” – Enabled $True
Adding one domain at a time may throw an exception. A quick workaround would be to add two domains at a time.

You could also use the get command below to verify that you have enabled the External tagging feature.
Get-ExternalInOutlook

To omit a whole domain, use the following example:
Set-ExternalInOutlook -AllowList “quest.com”, “google.com” – Enabled $True
Adding one domain at a time may throw an exception. A quick workaround would be to add two domains at a time.

You could also use the get command below to verify that you have enabled the External tagging feature.
Get-ExternalInOutlook

Please note that once this feature has been enabled, it may take 24-48 for you to start seeing the External sender tag in email messages received.

Hope this quick tutorial helps you implement the external email identifies tag in your organization and secure your organization from maliscious external emails.

Let us build something amazing together
Connect with us.

With over 20 years of experience working with Microsoft Technologies, Imaginet can help you choose the right Microsoft 365 solution to adopt an effective hybrid workplace model and improve employee engagement. Contact us to get your free virtual consultation.

Let's Talk

Like what you read?

Check out our recent articles.

March 30, 2023 in Managed Services

Reporting Suspecious Activity Feature – Azure Active Directory

Azure Active Directory's Reporting Suspicious Activity feature helps you detect and respond to suspicious activities in your organization. Get real-time alerts, investigate suspicious activities, and take action quickly with our advanced security tools. Protect your data and stay secure with Azure Active
Read More
March 16, 2023 in Application Development

Choosing the right technology stack

Choosing the right technology stack is crucial to the success of any software development project. It involves selecting the right set of tools and frameworks that can meet the project's requirements and help deliver high-quality results within the given time and budget. At Imaginet, we understand the challenges and complexities that come with selecting the right technology stack, and we are committed to helping our clients through the process. Here are five tips to consider…
Read More
March 9, 2023 in Power Platform, Productivity

The Ultimate Guide to Creating High-Performance Power Automate Workflows

Learn how to create powerful Power Automate workflows that are efficient, effective, and designed for success. This ultimate guide covers everything from setting up your workflow to advanced customization options and best practices. Get started on your journey today!
Read More
March 1, 2023 in Application Development

Optimize Learning & Efficiency of App Development with ChatGPT

The article discusses how artificial intelligence (AI), specifically the AI-powered language model ChatGPT, can be integrated into software development processes. ChatGPT can be utilized for tasks such as providing explanations for coding concepts, giving recommendations for improving code efficiency, simplifying complex code, troubleshooting and debugging code, and generating examples for practice exercises.
Read More
Carlos Tanseco

Hi, I’m Carlos Tanseco, I’m a Support Technician with a passion for everything technology related. I’ve been working for Imaginet for over a year and have a wealth of experience in Office 365, Windows Server 2008 – 2019, Active Directory and Microsoft Windows OS. After work hours you can find me in the gym or playing badminton with my friends! Thank you for taking the time to read my blog post and I hope you find my content helpful!

Let‘s Talk.

Let's talk!