A consistent email signature across your entire team makes your business look professional and ensures every outgoing email includes your correct contact information, branding, and any required legal disclaimers. Without a centralized approach, you end up with employees using different fonts, outdated phone numbers, or no signature at all. Microsoft 365 offers several ways to manage signatures, from individual manual setup to fully centralized deployment.
What You Need
- A finalized signature design (logo, contact format, colors, any legal disclaimers)
- Microsoft 365 admin access for centralized deployment options
- Employee names, titles, phone numbers, and other dynamic fields
- Your company logo hosted at a public URL (for HTML signatures)
Option 1: Manual Setup in Outlook (Simplest, Least Control)
Each employee creates their own signature in Outlook using a template you provide. This works for very small teams where you trust everyone to follow the format.
Outlook Desktop (Windows)
- Open Outlook and click File > Options
- In the Options window, click Mail on the left sidebar
- Click Signatures
- Click New, give the signature a name (e.g., "Company Signature")
- In the editor, paste the signature template you prepared. You can paste formatted HTML directly from a browser or design tool.
- Under Choose default signature, set the signature for both New messages and Replies/forwards
- Click OK to save
Outlook on the Web
- Go to outlook.office.com and sign in
- Click the Settings gear icon in the top right
- Click Mail > Compose and reply
- Under Email signature, paste your template into the editor
- Check Automatically include my signature on new messages I compose and Automatically include my signature on messages I forward or reply to
- Click Save
Limitations of Manual Setup
- Relies on each employee to set it up correctly and keep it updated
- Does not apply to emails sent from mobile devices unless configured separately in the Outlook mobile app
- If an employee reinstalls Outlook or gets a new device, the signature is lost and needs to be recreated
- No centralized way to push updates (logo change, phone number change) to everyone at once
This approach works for offices under five people. Beyond that, the maintenance overhead outweighs the simplicity.
Option 2: Exchange Transport Rules (Built-In, Centralized)
Exchange mail flow rules (also called transport rules) let you apply a signature to all outgoing email server-side. This means every external email gets the signature automatically, regardless of which device or app the sender uses.
Setting Up the Transport Rule
- Go to the Exchange admin center
- In the left sidebar, click Mail flow > Rules
- Click + Add a rule > Apply disclaimers
- Name the rule (e.g., "Company Email Signature")
- Under Apply this rule if, select The sender is located > Inside the organization
- Under Do the following, select Append the disclaimer > Enter text
- Paste your signature HTML into the text box
- Under Fallback action, choose Wrap (this adds the signature even if Outlook cannot insert it inline)
- Click Next through the remaining settings and Save
Using Dynamic Variables
Transport rules support variables that pull data from each user's Entra ID directory profile. This means you can create one template that automatically inserts each person's name, title, and phone number.
Common variables:
| Variable | Inserts |
|---|---|
%%DisplayName%% | Full name |
%%Title%% | Job title |
%%Department%% | Department |
%%PhoneNumber%% | Office phone |
%%MobilePhone%% | Mobile phone |
%%Email%% | Email address |
Your HTML template might look like this:
<p><strong>%%DisplayName%%</strong><br>
%%Title%% | Your Company<br>
%%PhoneNumber%% | %%Email%%<br>
<a href="https://yourcompany.com">yourcompany.com</a></p>
Limitations of Transport Rules
- The signature is appended to every external email, including replies. This can look repetitive in long email threads. There is no built-in way to add the signature only to the first message in a conversation.
- The signature does not appear in the sender's compose window. They will not see it while writing the email; it is added after they click Send. This can confuse employees who expect to see the signature in their draft.
- If an employee's directory profile is incomplete (missing title or phone number), those fields will appear blank in the signature.
Transport rules work well for offices of 5 to 25 people that want consistency without paying for third-party tools. The trade-off is the lack of reply-only control and the fact that employees cannot preview the signature while composing.
Option 3: Third-Party Signature Management Tools
For larger teams or businesses that need more control, third-party signature management tools provide the best experience. Popular options include Exclaimer, CodeTwo, and Opensense.
These tools offer:
- Visual signature editor: Design signatures in a drag-and-drop editor without writing HTML
- Automatic directory sync: Pull employee details from Entra ID automatically and keep them in sync
- Cross-platform consistency: Apply signatures across desktop, web, and mobile with no gaps
- Reply intelligence: Add the full signature to the first email in a conversation and a shorter version on replies
- Campaign banners: Add promotional banners, event announcements, or legal notices to signatures across the entire company with a single change
- Signature preview: Employees see their correct signature in the compose window
The cost is typically $1 to $3 per user per month. For businesses over 15 people, businesses with compliance requirements, or businesses that want campaign banners, the investment is worth it.
Designing an Effective Email Signature
Regardless of which deployment method you choose, the signature itself should follow these guidelines:
Keep it concise. Include name, title, company name, phone number, email address, and website. That is it. Every additional element (social media icons, inspirational quotes, multiple logos) adds visual clutter and increases the chance of rendering problems across email clients.
Size your logo appropriately. Keep the logo file under 10 KB and size it to no more than 150 pixels wide. Large images cause emails to load slowly and may trigger spam filters. Host the logo at a public URL rather than embedding it as an attachment, which adds to email size and can display inconsistently.
Use web-safe fonts. Stick to Arial, Verdana, Georgia, or other web-safe fonts. Custom fonts will not render in most email clients and will fall back to defaults, breaking your carefully designed layout.
Include required disclaimers. If your industry requires confidentiality notices, regulatory disclosures, or legal disclaimers, add them below the signature in a smaller font. Check with your legal or compliance team for the exact language.
Skip the extras. Animated GIFs, multiple social media icons, large banner images, and inspirational quotes all detract from the professional appearance of your email and increase the likelihood of deliverability issues.
Ensuring Directory Profiles Are Complete
Both transport rules and third-party tools pull employee data from Entra ID (formerly Azure AD) directory profiles. If a profile is missing a phone number or job title, the signature will have blank fields or broken formatting.
Before deploying a centralized signature, audit every user's profile:
- Go to admin.microsoft.com > Users > Active users
- Click on each user's name
- Click the Account tab and verify the following fields are filled in:
- Display name
- Job title
- Department
- Office phone
- Mobile phone (if used in the signature)
- Click Save changes after updating
For a team of 20 or more, updating profiles one by one is tedious. Admins can use PowerShell or a CSV import through the admin center to bulk-update user profiles. Go to Users > Active users > Export users to download a CSV, make your edits, and re-import.
Need Help?
Getting email signatures right across your whole team takes more coordination than most businesses expect. If you want help designing, building, and deploying a consistent signature for your organization, contact Athencia. We handle signature deployment as part of our Microsoft 365 setup process.