Dynamics Business Solutions
Dynamics Business Solutions

Dynamics Business Solutions
CodeTwo – Email Signatures & Mail Flow – Signatures Add‑in for Outlook
Official, Microsoft‑co‑engineered Outlook Web Add‑in for automatic & centralized email signatures 

The CodeTwo Signatures Add‑in for Outlook is the official Outlook Web Add‑in, co‑developed with Microsoft, that enables automatic insertion of email signatures directly while composing messages in Outlook for Windows, Mac, Web (OWA), iOS & Android.

The add‑in is part of CodeTwo Email Signatures 365 and requires centralized deployment by a Microsoft 365 admin.

What’s Special About the Add‑in 

(According to CodeTwo official documentation) 

  1. Co‑engineered with Microsoft

Built using Microsoft’s newest Web Add‑in and event‑based activation technology to provide fast, secure, unified signature delivery across all Outlook platforms.  

  1. Works Across All Outlook Apps

Supported on: 

  • Outlook for Windows (classic & new) 
  • Outlook for Mac 
  • Outlook on the Web (OWA) 
  • Outlook for iOS 
  • Outlook for Android 
  1. Signatures Inserted Automatically While Typing

The add‑in inserts signatures as soon as the user starts composing, without any manual activation. 

  1. Dynamic Signatures That React to Recipients

Signatures can automatically change based on: 

  • Internal vs external recipients 
  • Specific individuals or groups 
  • Which address is selected in the From field (including shared mailboxes or aliases)  
  1. Cloud Signature Preview

If the organization uses cloud (server‑side) signature mode, the add‑in lets users preview the signature that will be stamped after sending.  

  1. Centralized Management (No User Setup Required)
  • Deployed via Microsoft 365 admin center 
  • Applies per user (not per device) 
  • No COM add‑ins or local installation required 
  1. Supports Microsoft 365 Profiles Securely

Real‑time integration with Microsoft Entra ID (Azure AD) pulls accurate contact information for personalized signatures. 

Deployment 

The add‑in is deployed centrally by a global admin: 

  1. Go to Microsoft 365 Admin Center → Integrated Apps 
  2. Launch the “CodeTwo Signatures Add‑in for Outlook” deployment wizard 
  3. Choose deployment scope:  
  4. Just me 
  5. Entire organization 
  6. Specific users/groups 
  7. Accept permissions 
  8. Wait for propagation (usually 6–72 hours

Important Notes from CodeTwo: 

  • Add‑in only works on supported Outlook versions 
  • Propagation delay is normal across Microsoft 365 
  • Firewall/Endpoint Manager customers must whitelist CodeTwo endpoints 

How the Add‑in Works (User Experience) 

  1. Automatic Signatures in Outlook

When composing a message, the add‑in: 

  • Inserts the appropriate signature (new/reply/internal/external) 
  • Updates dynamically as recipients change 
  • Requires no manual activation 
  1. Manual Signature Switching (Desktop & OWA)

Users can open the add‑in pane to: 

  • Select a different signature 
  • Check the applied layout 
  1. Outlook Mobile Behavior

On iOS & Android, the default signature is auto‑inserted, and signature choice is restricted based on Outlook mobile capabilities. 

  1. Cloud Mode Preview

If server‑side cloud signatures are used, users can preview the final cloud‑processed signature before sending.  

Advanced Add‑in Settings 

The add‑in includes several admin‑controlled advanced settings: 

  • Disable local Outlook signatures to prevent duplication 
  • Show/hide notifications (desktop & mobile) 
  • Adjust signatures based on the ‘From’ field 
  • Allow switching between Outlook (client‑side) and cloud (server‑side) modes  

Key Benefits 

  • Centralized signature management across the entire organization 
  • Professional, consistent branding on every email 
  • Marketing banners and campaign automation 
  • Legal disclaimers for compliance 
  • Analytics integrations: Google Analytics, Calendly, CrewHu & more 
  • 24/5 support with 24/7 backend monitoring  

Business Impact 

  • Brand Consistency 

All emails include consistent, compliant signatures across every device and app. 

  • Reduced IT Overhead 

No local deployments, no scripts, no user configuration. 

  • Improved Marketing Agility 

The marketing team can run campaigns, seasonal banners, surveys, and CTAs by updating the signature template  instantly applied to all users. 

  • Compliance & Legal Assurance 

Auto‑inserted disclaimers and uniform legal footers reduce risk. 

  • Cross‑platform reliability 

Add‑in works across all modern Outlook clients thanks to Microsoft’s Web Add‑in framework. 

Bottom Line 

The CodeTwo Signatures Add‑in for Outlook delivers Microsoft‑co‑engineered, automatic, and dynamic signatures directly inside Outlook across Windows, Mac, OWA, iOS, and Android, ensuring consistent branding and compliance without user setup. 

DBS ensures the add‑in is deployed, governed, and standardized using best‑practice Microsoft 365 controls covering deployment, signature‑rule management, mobile readiness, and operational reliability so organizations achieve a seamless, compliant signature experience across all Outlook clients. 

Dynamics Business Solutions

How can we help?

Contact a Dynamics 365 sales representative.

  • See a live demo.
  • Set up a free trial.
  • Get answers and expert guidance.
  • Start transforming your business processes.

    * Required field


    I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
    Privacy Statement


    I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
    Privacy Statement

    Dynamics Business Solutions

    How can we help?

    Contact a Dynamics 365 sales representative.

    • See a live demo.
    • Set up a free trial.
    • Get answers and expert guidance.
    • Start transforming your business processes.

      * Required field


      I will receive information, tips, and offers about Solutions for Businesses and Organizations and other solutions, products and services.
      Privacy Statement


      I would like Dynamics Business Solutions to share my information with selected partners so that I can receive relevant information.
      Privacy Statement

      Dynamics Business Solutions

      /* =============================== Mobile Popup Form Fix ================================ */ document.addEventListener('DOMContentLoaded', function () { console.log('Popup autofocus fix loaded'); function isMobile() { return window.innerWidth <= 768; } function scrollPopupToTop(popup) { if (!isMobile()) return; const popupContent = popup.querySelector('.brx-popup-content'); if (popupContent) { popupContent.scrollTop = 0; popupContent.scrollTo(0, 0); const logo = popupContent.querySelector('img, .brxe-image'); if (logo) { logo.scrollIntoView({ behavior: 'auto', block: 'start' }); } const inputs = popupContent.querySelectorAll('input, textarea, select'); inputs.forEach(function (input) { input.blur(); input.removeAttribute('autofocus'); }); } } document.addEventListener('click', function (e) { const target = e.target.closest('[data-interactions]'); if (!target) return; const interactions = target.getAttribute('data-interactions'); if ( interactions && interactions.includes('"action":"show"') && interactions.includes('"target":"popup"') ) { setTimeout(function () { const openPopup = document.querySelector('.brx-popup'); if (openPopup) { scrollPopupToTop(openPopup); } }, 200); } }); });