-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User not unsubscribed when clicking unsubscibe button in opt-in mail #1515
Comments
I was able to reproduce this issue. This is because un-subscriptions currently tied to campaign UUIDs (and lists on a campaign are resolved internally). Notice the
|
Hi @knadh, Blocking the subscriber is not a good option here, as then it is not possible to resubscribe to the list again if wanted. |
This turned out to be a tricky one. The unsub links in listmonk are campaign based, making the opt-in unsub form dysfunctional except for a) blocklisting b) using the "manage preferences" link to individually manage subscriptions. Changed the unsub link in the e-mail to directly open the manage page for now. |
IMO it should still have a checkbox to blocklist as well, instead of only unchecking individual lists. Also, that would be a fix for #1454. |
Version:
Description of the bug and steps to reproduce:
A user subscribes to a newsletter and confirms the subscription via the link in the opt-in Email. After successful subscription, the user is listed as enabled and subscribed.
Following the unsubscribe link from the same opt-in Email, the user is presented with the Unsubscribe form, but is not unsubscribed from any newsletter when clicking on the Unsubscribe button.
This happens independent of the settings configured under
Setting > Privacy > Allow preference changes
.Only if the user is allowed to de-select the mailing lists by manage the preferences, he can unsubscribe from the list.
The text was updated successfully, but these errors were encountered: