Document email address validation step for unsubscribe and resubscribe - #913
Draft
promptless-for-oss wants to merge 1 commit into
Draft
Document email address validation step for unsubscribe and resubscribe#913promptless-for-oss wants to merge 1 commit into
promptless-for-oss wants to merge 1 commit into
Conversation
Mautic 7.x now shows a confirmation page where recipients enter their email address before an unsubscribe or resubscribe link executes, and no longer embeds the email address in the first-click URL (mautic/mautic PR #16870). Document this in the Unsubscribing section of emails.rst, including legacy-link behavior, and cross-reference it from the Preference Center page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open in Promptless
Mautic 7.x hardens the public unsubscribe and resubscribe flows against leaked email links. The
{unsubscribe_url},{unsubscribe_text}, and{resubscribe_url}tokens now resolve to a validation page: when a Contact clicks the link, they land on a 'Confirm your email address' page and must enter the email address the message was sent to before the unsubscribe or resubscribe completes. The Contact's email address is no longer embedded in the first-click URL, which protects against leaked or forwarded links.This updates the 'Unsubscribing' section of
docs/channels/emails.rstto document the new confirmation workflow, the mismatch error, and how links from older Mautic versions now behave (redirect to the confirmation page when a send record exists, otherwise a 'Record not found.' message for unsubscribe or a page-not-found error for resubscribe). It also adds a cross-reference from the Preference Center page so readers know the confirmation step precedes the Preference Center.Files touched: docs/channels/emails.rst, docs/contacts/preference_center.rst.
Trigger Events