How to Add a Disclaimer Footer to All Outgoing Outlook Email via Transport Rule
🔍 WiseChecker

How to Add a Disclaimer Footer to All Outgoing Outlook Email via Transport Rule

You need to add a legal disclaimer or confidentiality notice to every email sent from your organization. Manually typing a disclaimer into each message is error-prone and wastes time. A transport rule in Exchange Online or Exchange Server automatically appends the disclaimer to all outgoing messages before they leave your mail system. This article explains how to create that transport rule step by step, even if you have never used the Exchange admin center before.

Key Takeaways: How to Add a Disclaimer with a Transport Rule

  • Exchange admin center > Mail flow > Rules > Add a rule > Apply disclaimers: Creates a transport rule that appends your disclaimer text to every outgoing email.
  • Rule condition “The recipient is located outside the organization”: Applies the disclaimer only to external messages so internal replies remain clean.
  • HTML disclaimer with line breaks and bold text: Use <br> and <b> tags to format the disclaimer exactly as your legal team requires.

ADVERTISEMENT

How a Transport Rule Applies a Disclaimer

A transport rule is a server-side rule that acts on messages during delivery. Unlike an Outlook client rule, a transport rule runs on Exchange Online or Exchange Server before the recipient's mailbox receives the message. This means the disclaimer is added even if the sender uses a mobile device, Outlook for Mac, or a third-party email client.

The rule uses the Apply a disclaimer action. You provide the disclaimer text in plain text or HTML format. Exchange inserts the disclaimer at the bottom of the email body. If the email already contains a signature or other footer, the disclaimer is appended after that content.

To set up the rule, you need at least the Exchange admin role in Microsoft 365 or Exchange Server. You do not need to install any software on individual computers.

Steps to Create the Disclaimer Transport Rule in Exchange Online

The following steps apply to Exchange Online in Microsoft 365. If you use Exchange Server 2016, 2019, or Subscription Edition, the steps are nearly identical. The navigation menu labels may differ slightly.

  1. Open the Exchange admin center
    Go to https://admin.exchange.microsoft.com and sign in with an account that has Exchange admin permissions. In the left navigation pane, select Mail flow and then select Rules.
  2. Create a new rule
    Select Add a rule and then select Create a new rule. A dialog box opens where you define the rule properties.
  3. Name the rule
    In the Name field, type a descriptive name such as “External Disclaimer – Confidential Notice.” This name appears in the rule list and in audit logs.
  4. Set the condition to external recipients
    In the Apply this rule if section, select The recipient is located and then select Outside the organization. This ensures the disclaimer is added only when the recipient's domain is not in your tenant.
  5. Add the disclaimer action
    In the Do the following section, select Apply a disclaimer. A text box appears where you paste your disclaimer text.
  6. Paste the disclaimer text in HTML format
    Use HTML tags for formatting. For example:
    <p>This email and any attachments are confidential and intended solely for the named recipient. If you are not the intended recipient, please notify the sender immediately.</p><br><p>&copy; 2025 Contoso Ltd. All rights reserved.</p>
    Replace the text with your organization's approved wording.
  7. Choose the fallback action
    Select Select one under Fallback option. Choose Wrap if you want to wrap the original message in a new message envelope with the disclaimer. Choose Ignore if you want to skip messages that cannot have the disclaimer applied. For most organizations, Wrap is the safest choice.
  8. Set the rule mode
    Under Mode, select Enforce to activate the rule immediately. If you want to test the rule first, select Test with Policy Tips or Test without Policy Tips.
  9. Review and save the rule
    Select Next to review the rule summary. Verify the condition, action, and fallback. Select Finish to save the rule. The rule appears in the Rules list with a status of Enabled.

Steps for Exchange Server (On-Premises)

  1. Open the Exchange admin center on your server
    Open a web browser and navigate to the EAC URL, typically https://<your-server-name>/ecp. Sign in with an Exchange organization administrator account.
  2. Navigate to Mail flow > Rules
    In the left pane, select Mail flow and then select Rules.
  3. Create a new rule
    Select the plus icon (+) and choose Create a new rule.
  4. Name the rule and set conditions
    Follow the same steps 3 through 9 listed above for Exchange Online. The dialog options are identical.

ADVERTISEMENT

When the Disclaimer Does Not Appear

Even after you set up the transport rule correctly, certain scenarios can prevent the disclaimer from appearing. The following sections explain the most common causes and how to resolve them.

The disclaimer is missing from messages sent to external recipients

Check the rule condition. If you selected The recipient is located inside the organization by mistake, the rule never triggers for external users. Edit the rule and change the condition to Outside the organization. Also confirm that the rule status is Enabled and not Disabled.

The disclaimer text is cut off or garbled

Exchange limits the disclaimer size to 5,000 characters including HTML tags. If your disclaimer exceeds this limit, Exchange truncates it. Shorten the text or use a plain text version. Also avoid unsupported HTML tags such as <script> or <style>; Exchange strips these tags.

The disclaimer appears twice or is appended to replies

By default, the transport rule adds the disclaimer to every message that meets the condition, including replies and forwards. If you want the disclaimer to appear only on the first message in a thread, add an exception to the rule. In the rule editor, under Except if, select The message is a reply or forward. This prevents Exchange from appending the disclaimer to existing threads.

Users report that the disclaimer is not applied when they send from a mobile device

Transport rules work on the server, so the sender's device type does not matter. If mobile messages lack the disclaimer, verify that the messages are actually going through Exchange Online. Devices using SMTP direct send bypass Exchange entirely. Ensure all users send email through the Exchange server or Exchange Online.

Transport Rule Disclaimer vs Outlook Client Signature

Item Transport Rule Disclaimer Outlook Client Signature
Where it runs Exchange server or Exchange Online Outlook client on the user's computer
Applies to all senders Yes, enforced by the rule condition No, each user must set up their own signature
Works on mobile devices Yes, server-side processing No, mobile clients do not run Outlook signatures
Formatting options Basic HTML (no images, no CSS) Full HTML, images, rich formatting
Modification by user Cannot be changed by the sender User can edit or delete the signature
Best used for Legal disclaimers, compliance notices, confidentiality statements Personal branding, contact information, promotional banners

After you create the transport rule, every outgoing email will include the disclaimer. Test the rule by sending a message from your organization to an external email address such as a personal Gmail account. Verify that the disclaimer appears exactly as you formatted it. If you need to update the disclaimer text later, edit the rule in the Exchange admin center and change the HTML in the disclaimer action box. The change applies to all future messages immediately.

For advanced scenarios, you can add multiple conditions to the rule. For example, you can apply one disclaimer to emails sent to customers and a different disclaimer to emails sent to partners. Create separate rules for each condition set. Keep the rule order in mind: Exchange processes rules from top to bottom. If two rules conflict, the first rule in the list takes precedence.

If you use Exchange Online, you can also use the Disclaimers section under Mail flow in the Microsoft 365 Defender portal. This section provides a dedicated disclaimer creation wizard that generates the transport rule for you. The wizard uses the same underlying transport rule engine, so the outcome is identical.

ADVERTISEMENT