How to add one-click unsubscribe functionality to email newletters?

前端 未结 7 1753
长发绾君心
长发绾君心 2020-12-13 05:24

I\'d like to customize the \"unsubscribe\" links in our email newsletters so that they remove the recipient with a single click. Right now they just point to a generic page

7条回答
  •  不思量自难忘°
    2020-12-13 05:42

    It's not safe to embed email addresses in a newsletter. Not sure about yours but many newsletters ended up in some archive on the web. There are spam bots specifically designed to harvest addresses from mailing list archives.

    Email is a safer technology for this. Setup a mail account for unsubscribe and get Email address from mail headers. If you use any mailing list software, it should handle this already.

提交回复
热议问题