Microsoft 365 Email Signature Management Guide
Marcus Rodriguez
Head of Product & Engineering at Siggly
Managing email signatures for a Microsoft 365 organization presents unique challenges. This guide covers the native options available and their limitations.
Native M365 Signature Options
Microsoft 365 provides several ways to manage signatures, each with tradeoffs:
1. Exchange Transport Rules
Transport rules append signatures server-side, ensuring every email gets a signature regardless of which device or client is used.
- Pros: Consistent, works on all devices, users can't modify
- Cons: Limited HTML support, signature appears after reply text, complex setup
2. Outlook Client Signatures
Each user configures their own signature in Outlook settings. IT can push default signatures via Group Policy.
- Pros: Rich HTML support, signature appears in correct position
- Cons: Users can modify or delete, doesn't sync across devices, manual updates
3. Outlook on the Web Signatures
OWA has its own signature settings separate from desktop Outlook, requiring users to configure signatures in multiple places.
Setting Up Transport Rules
To create a signature via Exchange transport rules:
- Go to Exchange Admin Center → Mail flow → Rules
- Click "Add a rule" → "Apply disclaimers"
- Set conditions (e.g., sender is member of organization)
- Enter your HTML signature in the disclaimer text
- Choose fallback action if signature can't be applied
- Save and test with a few users before broad deployment
Limitation: Transport rules place signatures at the very bottom of emails, even below the quoted reply text. This looks unprofessional in threaded conversations.
Dynamic Variables
Transport rules support Azure AD attributes as variables:
- %%DisplayName%% — User's display name
- %%Title%% — Job title
- %%Department%% — Department
- %%PhoneNumber%% — Office phone
- %%MobilePhone%% — Mobile number
These pull from Azure AD, so your directory must be up-to-date for accurate signatures.
The Challenges
Organizations commonly struggle with:
- Signature placement — Transport rules put signatures in the wrong place
- Design limitations — Native tools offer limited HTML/CSS support
- Multiple devices — Desktop, web, and mobile need separate configuration
- User compliance — Employees modify or remove their signatures
- Update management — Changing signatures requires touching every user
Third-Party Solutions
Dedicated signature management tools solve these problems by integrating directly with Microsoft 365 via the Graph API. They provide:
- Visual signature designers
- Proper signature placement (before quoted text)
- Automatic syncing across all devices
- Centralized template management
- User directory integration