I’m not the plugin author but I thought I might be able to help.
That tag goes into newsletter emails only. You can tell by the fact it has curly brackets: {} instead of shortcode brackets: []. You can’t place it on a page as it’s not a shortcode. I do not think there’s a unsubscribe link you can send your subscribers manually.
Instead, you’d want to include an unsubscribe link or profile link into the newsletter emails so they can unsubscribe from there.
If you have a unsubscribe link in the newsletter email that the user already have recieved, I suggest you tell them to click on it to unsubscribe. If that doesn’t work then manually deleting them might be necessary.
-
This reply was modified 6 years, 11 months ago by
sunrosea.
TKs,
I did not understand, I would simply insert the possibility to cancel in my newsletter.
In the List Building of the Plud in there is UnSubscription item which contains a URL {unsubscription_confirm_url} how can I use it?
TKSSS to all
Now I understand, i used in the link in this way href=”https://www.myblog.it/{unsubscription_confirm_url}”>{unsubscription_confirm_url} and now is work correctly TKS