删除mailchimp中的页脚

发布于 2024-12-19 18:17:41 字数 456 浏览 2 评论 0原文

我正在通过 MailChimp 为我的新订阅者发送自动邮件,邮件已发送,一切都很好,但有一个页脚,让用户可以选择从列表中取消订阅...无论如何,我正在尝试禁用该页脚,但一切都来了我徒劳地尝试将自动页脚设置为 false 但没有任何反应,这是我的代码示例

var campaignCreateOpt = new campaignCreateOptions
            {
                list_id = listID,
                subject = Subject,
                from_email = from_Email,
                from_name = from_Name,
                template_id = 0,
                auto_footer = false
            };

I'm sending auto mail for my new subscribers via MailChimp, the mail is sent and every thing is fine but with a footer which gives user option to unsubscribe from the list...anyway I'm trying to disable that footer but all comes in vain, I tried to set the auto footer to false but nothing happens and here is sample of my code

var campaignCreateOpt = new campaignCreateOptions
            {
                list_id = listID,
                subject = Subject,
                from_email = from_Email,
                from_name = from_Name,
                template_id = 0,
                auto_footer = false
            };

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

半山落雨半山空 2024-12-26 18:17:41

我认为,如果您允许取消订阅,您的电子邮件将更有可能到达您列表中的大部分内容。

不给人们取消订阅的选择通常是不明智的。如果他们没有看到取消订阅选项,他们可能会将您标记为垃圾邮件。如果您收到太多“垃圾邮件”投诉,您的电子邮件可能无法到达即使是想要继续订阅的人的收件箱。

我怀疑 mailchimp 是否会允许删除取消订阅。

I think you'll have a better chance of your email getting out to most of your list if you allow the unsubscribe.

It's generally not smart to not give people an option to unsubscribe. If they do not see an unsubscribe option, they can mark you as spam. If you get too many "spam" complaints, your email may not reach the inboxes of even the people who would like to stay subscribed.

I doubt mailchimp will allow removal of the unsubscribe.

最冷一天 2024-12-26 18:17:41

原因:

  1. Mailchimp 的服务条款不允许您发送电子邮件
    没有取消订阅链接。如果您不提供取消订阅
    链接,他们将使用灰色页脚栏插入它。
  2. 另外,如果您的帐户是免费的,并且您不使用 REWARDS 标签,
    他们还将通过灰色条插入它。
  3. 第三个可能的原因是,如果您的代码很复杂或者
    破碎,他们可能会认为这是试图隐藏他们的取消订阅或
    REWARDS 标签,因此他们会自动将灰色条添加到您的
    电子邮件。

希望我对你有帮助。

来源:http://kb.mailchimp.com/article/why-am-i-getting-a-gray-bar-or-a-2nd-footer-that-i-cant-edit

Reasons:

  1. Mailchimp's Terms of Service does not allow you to send an e-mail
    without the unsubscribe link. If you don't provide the unsubscribe
    link, they will insert it using the gray footer bar.
  2. Also, if your account is free, and you don't use the REWARDS tag,
    they will also insert it through the gray bar.
  3. The third probable reason is that if your code is complicated or
    broken, they might see it as an attempt to hide their UNSUBSCRIBE or
    REWARDS tag, so they will automatically add the gray bar to your
    e-mail.

Hope I helped you.

Source: http://kb.mailchimp.com/article/why-am-i-getting-a-gray-bar-or-a-2nd-footer-that-i-cant-edit

溺孤伤于心 2024-12-26 18:17:41

我花了时间进一步投入,也许必须向 Mahmoud Ghoz 道歉,如果你能为我测试以下内容,我会的。

可能会发生以下情况:您不包含 *|UNSUB|* 标签您使用免费帐户且不包含 *|REWARDS|* 标签?如果是这种情况,无论您为 auto_footer 属性使用哪个值,都将始终添加页脚。

因此,请尝试在邮件中包含 *|REWARDS|* 和 *|UNSUB|* 标签并重新检查。请让我们知道它是否有效。但正如我之前所说,如果您收到许多垃圾邮件警告,您的帐户可能会被暂时锁定,如果您不提供取消订阅链接,则可能会出现这种情况。

I took the time to invest some further and maybe have to apologize to Mahmoud Ghoz and I will if you can test the following for me.

Probably the following is happening: your not including a *|UNSUB|* tag or you use a free account and not including a *|REWARDS|* tag? If this is the case, the footer will always be added no matter which value you use for the auto_footer property.

So try to include a *|REWARDS|* and *|UNSUB|* tag in your mail and do a recheck. Please let's us know if it works. But like I said earlier you account can be temporary locked if you get to many spam warnings which could be the case if you not supply a unsub link.

神经大条 2024-12-26 18:17:41

我想免费用户不允许这样做

I guess this is not allowed for free user to do so

心房的律动 2024-12-26 18:17:41

我遇到了类似的问题,事实证明我的问题是页脚中的背景图像(内联样式)。 MC显然认为我试图隐藏取消订阅链接!我已经删除了,现在一切都很好。

I had a similar problem, it turns out that my issue was a background image (in inline styles) in the footer. MC clearly thought I was trying to hide the unsubscribe link! I have removed and all is now good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文