How to Add a Maileon Unsubscribe Link: The Complete 2026 Guide

Implementing a Maileon unsubscribe link ensures compliance, but do you know the exact steps to seamlessly add it to your emails? Discover how inside.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
4 min read Updated Jul 28, 2026 126 views

Maileon is a German email marketing platform (headquartered in Munich) serving mid-market and enterprise brands across DACH markets (Germany, Austria, Switzerland) with strong GDPR compliance defaults and native integration with SAP, Salesforce, and Microsoft Dynamics. The unsubscribe mechanism uses the $UNSUBSCRIBE_URL$ merge tag in email templates, and Maileon emits RFC 8058 headers automatically for authenticated domains. Consent is tracked with double opt-in enforcement by default, matching German market regulatory expectations. This guide covers the tag, the double opt-in enforcement, and how to verify the setup end to end.

Quick reference

Maileon unsubscribe link

Tag syntax$UNSUBSCRIBE_URL$
PlacementAuto-embedded in every campaign footer
ScopePer-list opt-out with double opt-in default
Config pathAccount > Sender domains > List-unsubscribe settings
RFC 8058 one-clickYes, automatic for authenticated sending domains

How to add the unsubscribe tag in Maileon

Place the merge tag exactly as shown below in the email template. Maileon replaces it at send time with a signed URL scoped to the recipient and campaign.

$UNSUBSCRIBE_URL$

For custom HTML templates, wrap the tag in an anchor to render a proper hyperlink in the delivered email:

<a href="$UNSUBSCRIBE_URL$">Unsubscribe from this list</a>
Default footer

Auto-embedded in every campaign footer

RFC 8058 one-click: automatic

Yes, automatic for authenticated sending domains The recipient's mailbox provider (Gmail, Yahoo) uses the List-Unsubscribe-Post header to expose the native one-click button on the message. Requires domain authentication with DKIM and DMARC.

!
Watch out for this

Maileon enforces double opt-in by default in DACH markets to match German UWG (Act Against Unfair Competition) and Austrian TKG requirements. Legacy accounts migrated from other ESPs with single opt-in contacts must run a re-permission campaign before sends can go out, since imported contacts without documented double opt-in are quarantined until confirmed. Skip this step and campaign sends fail at pre-flight validation.

Testing your Maileon unsubscribe link

  1. Send a test message to a controlled Gmail address you own via the Maileon campaign preview action
  2. Click the footer unsubscribe link and confirm the opt-out on the landing page
  3. Check the subscriber or contact record: the status should be Unsubscribed within seconds
  4. Verify the RFC 8058 headers in Gmail: open the message, click three dots, then Show original. Look for List-Unsubscribe and List-Unsubscribe-Post: List-Unsubscribe=One-Click
S

Want the full 222-platform reference?

See the pillar guide with the compliance landscape, the RFC 8058 deep dive, and the unsubscribe tag for every ESP: How to add an unsubscribe link: the complete 2026 guide →

Maileon templates include the unsubscribe link in the default footer, but custom HTML templates require the tag inserted manually.

  1. Open your campaign or template in the Maileon editor.
  2. Add or edit a text block in the footer where the unsubscribe link should appear.
  3. Insert the merge tag $UNSUBSCRIBE_URL$. Maileon replaces it at send time with a signed URL scoped to the contact.
  4. Wrap it in an anchor with your preferred label: <a href="$UNSUBSCRIBE_URL$">Abmelden</a> for German audiences.
  5. Add the required legal Impressum block below the footer as required by German TMG law.
  6. Send a test to a seed address and verify the rendered link routes to the Maileon-hosted preference page.

Double opt-in enforcement and DACH compliance

Maileon enforces double opt-in by default in DACH markets to match German UWG (Act Against Unfair Competition) and Austrian TKG requirements. Legacy accounts migrated from other ESPs with single opt-in contacts must run a re-permission campaign before sends can go out. Imported contacts without documented double opt-in are quarantined until confirmed. Skip this step and campaign sends fail at pre-flight validation, requiring manual resolution before the send can proceed.

RFC 8058 one-click headers

Maileon added RFC 8058 one-click unsubscribe automatically ahead of the Google and Yahoo February 2024 requirements. The List-Unsubscribe and List-Unsubscribe-Post headers inject on every marketing send from domains authenticated under Account > Sender domains. SPF and DKIM records must be verified. Maileon data centers are located in Germany and Switzerland, matching DACH data residency requirements for enterprise customers with strict data localization policies.

Enterprise CRM integrations

Maileon offers native integrations with SAP CRM, Salesforce, and Microsoft Dynamics, letting enterprise DACH customers sync consent state bidirectionally between the CRM and Maileon. A contact who unsubscribes via Maileon flows back to the CRM contact record automatically. This is critical for compliance workflows where the CRM is the master consent record. The integration also handles GDPR data subject requests (DSRs): a deletion request in the CRM cascades to Maileon suppression and removes the contact from all campaigns and mailing lists.

Frequently Asked Questions

What is the Maileon unsubscribe tag?

The tag is $UNSUBSCRIBE_URL$. Maileon replaces it at send time with a signed URL scoped to the contact. Use it inside an anchor: <a href="$UNSUBSCRIBE_URL$">Abmelden</a> for German audiences.

Does Maileon require double opt-in?

Yes by default in DACH markets. This matches German UWG and Austrian TKG regulatory requirements. Legacy accounts with single opt-in contacts must run a re-permission campaign before campaign sends can proceed. Imported contacts without confirmed opt-in are quarantined until confirmed.

Does Maileon support one-click unsubscribe for Gmail and Yahoo?

Yes, automatically for authenticated domains. Maileon injects List-Unsubscribe and List-Unsubscribe-Post headers on every marketing send from domains verified under Account > Sender domains.

Where does Maileon store contact data?

In German and Swiss data centers, matching DACH data residency requirements. Enterprise customers with strict data localization policies (particularly regulated industries like banking and healthcare) get data residency guarantees in the enterprise contract.

Do Maileon opt-outs sync to Salesforce and SAP CRM?

Yes via native integrations. A contact who unsubscribes via Maileon flows back to the CRM contact record automatically. GDPR data subject deletion requests in the CRM cascade to Maileon suppression, keeping compliance workflows consistent across the customer data stack.


About the Author

Alaa - SMTPedia author

Alaa · LinkedIn

Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.


About SMTPedia

SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.

We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.