取消订阅电子邮件链接 [英] Unsubscribe link for email

查看:113
本文介绍了取消订阅电子邮件链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做电子邮件营销,我想在我的电子邮件底部添加取消订阅链接。

没有电子邮件ID,我想发送收件人的电子邮件地址以我的取消订阅php页面作为变量。

你能帮我吗?



我试过的:



在网上找到一些建议,但它对我不起作用!

解决方案

您可以创建如下链接:



 www.yoursite.com/unsubscribe.php?e=youremail@gmail.com 




你的php脚本中的
获得电子邮件:



 

电子邮件= '';
if(array_key_exists('e',


_GET)){


I am doing email marketing and I want to add an unsubscribe link at the bottom of my email.
There is no email ID and I want to send the recipient's EMAIL ADDRESS to my unsubscribe php page as a variable.
Could you please help me?

What I have tried:

Some suggestions found on the web but it doesn't work for me!

解决方案

You can create a link like the following:

www.yoursite.com/unsubscribe.php?e=youremail@gmail.com



in your php script get email:


email=''; if (array_key_exists('e',


_GET)) {


这篇关于取消订阅电子邮件链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆