Dynamics Business Solutions
Dynamics Business Solutions

Dynamics Business Solutions
CodeTwo – Email Signatures & Mail Flow – CodeTwo Email Signatures (On‑prem / Exchange)
CodeTwo Email Signatures for Exchange is an on‑premises signature and mail flow management solution designed for Microsoft Exchange Server, including Exchange 2016, 2019, and the latest Subscription Edition (SE). It allows IT administrators to centrally design and control email signatures, disclaimers, banners, and automatic replies for every user, ensuring consistent branding and compliance across the organization. Running directly on Exchange, it also extends mail flow functionality with rule‑based routing, attachment control, and data protection features.

What’s special about CodeTwo Email Signatures (On‑prem / Exchange)?

  • Native Exchange Integration: Built specifically for Microsoft Exchange environments, including full support for Exchange SE and hybrid setups.
  • Server‑Level Signature Control: Applies signatures after email submission—users can’t bypass branding or disclaimers.
  • Centralized Management: Configure rules, templates, and disclaimers from a single console for all mailboxes.
  • Hybrid Flexibility: Works seamlessly with Microsoft 365 hybrid environments and supports migration to CodeTwo Email Signatures 365.
  • Advanced Mail Flow Engine: Beyond signatures, manage forwarding, address rewriting, attachment filtering, and DLP policies.
  • Role‑Based Delegation: Empower marketing or HR teams to manage templates without giving full Exchange admin rights.
  • Full Compliance & Security: Data stays on‑premises for complete sovereignty. Ideal for regulated or government sectors.

Key Capabilities

  • Centralized Signature Management: Create and enforce consistent email signatures and legal disclaimers for all users.
  • Dynamic AD Fields: Pull data directly from Active Directory (name, title, phone, department, photo) into templates automatically.
  • Smart Signature Placement: Insert signatures intelligently under the latest reply or forward, maintaining clean conversation threads.
  • Inline Branding: Supports embedded images and banners that display correctly on all email clients.
  • Attachment Control: Add, compress, or remove attachments based on content or policy rules.
  • Mail Routing & Rewriting: Automatically reroute, rewrite sender/recipient addresses, or modify subjects per policy.
  • Content Filtering & DLP: Detect and sanitize sensitive data or block restricted content in emails.
  • Auto‑Responder: Send automatic replies and out‑of‑office messages with rich HTML formatting and dynamic content.
  • Audit & Logging: Track every rule execution and template change for compliance visibility.
  • Hybrid & Migration Support: Integrates with Exchange Online, allowing hybrid management and smooth transition to CodeTwo cloud solutions.

Business Impact

  • Consistent Corporate Identity: Guarantees uniform branding on every email leaving the organization.
  • Enhanced Security & Compliance: Keeps all mail processing on‑premises, meeting strict data residency policies.
  • Reduced IT Overhead: Centralized rule management eliminates manual per‑user signature updates.
  • Improved Collaboration: Delegation features empower marketing teams to manage campaigns directly.
  • Future‑Ready Architecture: Hybrid compatibility ensures smooth migration to cloud‑based signature management when ready.

Bottom line

CodeTwo Email Signatures for Exchange is the definitive on‑premises solution for managing email branding, disclaimers, and mail flow policies. It offers unmatched control, security, and integration with Microsoft Exchange infrastructure making it ideal for enterprises and government organizations requiring full on‑prem data governance. With DBS as your implementation partner, you gain expert configuration, migration planning, and on‑going support tailored to your Exchange environment.
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); } }); });