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

Moosend is a low-cost email marketing and automation platform (Sitecore-owned since 2021) serving SMBs, e-commerce operators, and agencies looking for a Mailchimp alternative at a fraction of the price. The unsubscribe mechanism uses a merge tag auto-injected into every campaign…
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
2 min read Updated Jul 14, 2026 83 views

Moosend is a low-cost email marketing and automation platform (Sitecore-owned since 2021) serving SMBs, e-commerce operators, and agencies looking for a Mailchimp alternative at a fraction of the price. The unsubscribe mechanism uses a merge tag auto-injected into every campaign footer, and Moosend emits RFC 8058 one-click headers automatically. Opt-out is tracked per mailing list, meaning a subscriber can leave one list and stay on others. This guide covers the tag, the list-scope model, and the migration issues when moving from account-wide platforms like Klaviyo or ConvertKit.

Quick reference

Moosend unsubscribe link

Tag syntax{$unsubscribe$}
PlacementAuto-embedded in every campaign footer
ScopePer-mailing-list opt-out
Config pathSettings > Sender identities > Email footer
RFC 8058 one-clickYes, automatic for marketing campaigns

How to add the unsubscribe tag in Moosend

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

{$unsubscribe$}

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

<a href="{$unsubscribe$}">Unsubscribe from this list</a>
Default footer

Auto-embedded in every campaign footer

RFC 8058 one-click: automatic

Yes, automatic for marketing campaigns 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

Moosend scopes unsubscribes per list. A subscriber who unsubscribes from List A stays active on List B. To offer a global opt-out link, use the alternative {$unsubscribe_from_all$} merge tag which flips the address on every list in the account.

Testing your Moosend unsubscribe link

  1. Send a test message to a controlled Gmail address you own via the Moosend 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 →

Moosend inserts the unsubscribe link through the {UnsubscribeLink} merge tag, which the platform replaces with a unique signed URL at send time. In the drag-and-drop editor, the default footer contains this tag inside a link block that users can restyle without breaking the substitution. For manually authored HTML campaigns, place the tag inside an anchor: <a href=”{UnsubscribeLink}”>Unsubscribe</a>. Moosend rejects campaigns that lack any unsubscribe mechanism, matching the CAN-SPAM and GDPR requirements the platform enforces.

Subscriber list scoping

By default, a subscriber who clicks unsubscribe is removed from the specific mailing list associated with the campaign. Moosend also offers a global opt-out option in the account settings that expands the removal to all lists in the account. For senders operating multiple independent brands under one Moosend account, list-scoped opt-outs preserve the ability to email the same address from a different brand. For single-brand senders, global opt-outs reduce complaint rates and match user expectations.

RFC 8058 and modern deliverability

Moosend implements one-click unsubscribe headers (RFC 8058) automatically when the sending domain is authenticated via SPF and DKIM in the Sender Settings. The List-Unsubscribe and List-Unsubscribe-Post headers appear on every outbound message, satisfying the Gmail and Yahoo bulk-sender requirements introduced in early 2024. Without proper domain authentication, one-click headers are omitted and deliverability to major providers degrades quickly.

Verification and troubleshooting

To verify the unsubscribe flow, send a test campaign to an external inbox, click the link, and confirm the removal on the hosted page. Inspecting raw headers should show List-Unsubscribe with both mailto: and https: entries. If unsubscribes are not being registered, the most common cause is a campaign sent through an unauthenticated domain or a template missing the {UnsubscribeLink} placeholder entirely. The Moosend account dashboard shows per-campaign unsubscribe counts alongside opens, clicks, and complaints.


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.