You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See RFC 2369
We should support sending List-Unsubscribe header. The work for this is already in place from GDPR unsubscribe links in newsletters. This simply extends that to include the header.
The one click requires we pass the data for unsubscribing in the querystring. As well, it seems most providers are only accepting mailto: for it, not http:
On some of my sites I do which allows both the mailto option and the url. I then check if for one click in the url if the data is posted to unsubscribed the user.
List-Unsubscribe: mailto:listunsub####@domain.com, https://domain.com/querystring&post
List-Unsubscribe-Post: List-Unsubscribe=One-Click
Description
See RFC 2369
We should support sending List-Unsubscribe header. The work for this is already in place from GDPR unsubscribe links in newsletters. This simply extends that to include the header.
The header would look something like:
The text was updated successfully, but these errors were encountered: