Share via

Mail disclaimer - at the top of the email

Dennis Bruun Christensen 21 Reputation points
2020-11-16T11:20:50.953+00:00

Hi
I'm trying to insert a disclaimer to external emails coming in to our orginazation.

So far I can only get the disclaimer to be at the bottom of the email. How can I get it up at the top of the email?

I've tried to search for answers for this specific problem, but with no luck.

Cheers, Dennis

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

0 comments No comments

Answer accepted by question author

Andy David - MVP 160.2K Reputation points MVP Volunteer Moderator
2020-11-16T12:07:14.437+00:00

Hi there,
See:
https://learn.microsoft.com/en-us/exchange/security-and-compliance/mail-flow-rules/disclaimers-signatures-footers-or-headers

Step 9 describes it:

If you have additional conditions or exceptions that you want to add, select More options at the bottom of the page, which will show additional settings. For example, to add the exception that prevents multiple disclaimers being added in an email conversation, select Add exception and then select The subject or body > Subject or body matches these text patterns, and then specify the words or phrases in your disclaimer. Or, to put your disclaimer at the top of the email message instead of the bottom, in Do the following, select Apply a disclaimer to the message > prepend a disclaimer.

Choose it from the pull down menu:
39988-image.png

40067-image.png

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,456 Reputation points Moderator
    2020-11-17T02:04:35.223+00:00

    Hi @Dennis Bruun Christensen ,

    Agree with Andy that you can click the "More Options" when creating the mail flow rule and select the "Prepend the disclaimer" to put your disclaimer at the top of the email message.

    Or you can use the New-TransportRule cmdlet and set the value of the -ApplyHtmlDisclaimerLocation parameter to "Prepend", for example:

    New-TransportRule -Name "External Disclaimer" -FromScope NotInOrganization -ApplyHtmlDisclaimerLocation Prepend -ApplyHtmlDisclaimerText "[EXTERNAL EMAIL]"  
    

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.

    Was this answer helpful?


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.