简体   繁体   English

大量电子邮件新闻稿的本地iis并跟踪新闻稿

[英]local iis for mass email newsletter and tracking the newsletter

One of my friend have 3000 email address of their customers. 我的一位朋友有3000个客户的电子邮件地址。 He want to send some email newsletter to them for some running offers and need my help. 他想向他们发送一些电子邮件通讯,以获得一些运行中的报价,并且需要我的帮助。

I know couple of paid services. 我知道几个付费服务。

Can i use local IIS SMTP server (win xp) for sending this email newsletter. 我可以使用本地IIS SMTP服务器(win xp)发送此电子邮件通讯吗? Is there any problem in delivery of these emails. 这些电子邮件的传递是否有任何问题。 IS there any limitation of number of emails which i can sent through local smtp server. 我可以通过本地smtp服务器发送的电子邮件数量是否有任何限制? Any other problem please suggest 还有其他问题请建议

When you send a newsletter to 3000 addresses, then you have 3000 chances of being reported to your ISP as spammer. 当您将新闻通讯发送到3000个地址时,则有3000次机会被作为垃圾邮件发送者报告给您的ISP。 Most people won't bother reporting you and some will just tell their own spamfilter to blacklist you. 大多数人不会打扰报告您,有些人只会告诉自己的垃圾邮件过滤器将您列入黑名单。 Buy if 1 in 1000 will report, then your ISP will receive 3 reports of abuse and your account could be terminated! 如果每千个报告中有1个报告,则购买,那么您的ISP将收到3个滥用报告,并且您的帐户可能会被终止!

There is no limitation but whatever you're programming that should send those emails must make sure all recipients are added to the BCC section, not the from or CC section of the email. 没有限制,但是无论您要编写何种程序发送这些电子邮件,都必须确保将所有收件人添加到“密件抄送”部分,而不是电子邮件的“发件人”或“抄送”部分。 Otherwise, those people will also receive a lot of addresses from other people who received your mailing, thus increasing the chance of you being reported. 否则,这些人还会从收到您邮件的其他人那里收到很多地址,从而增加了举报您的机会。

You will also need explicit permission from all those people showing that they've opted in for this mailing list. 您还需要所有表明已选择加入此邮件列表的人员的明确许可。 Your friend should show you evidence of this, else you better just refuse this. 您的朋友应该向您显示这一点的证据,否则您最好拒绝这样做。 This permission is required to tell your ISP that the recipients have requested the mailing, thus you're not spamming. 必须具有此权限才能告诉您的ISP收件人已请求邮件,因此您不会发送垃圾邮件。

There are several programming options to send email and many use their own build-in SMTP server. 有几种用于发送电子邮件的编程选项,许多使用它们自己的内置SMTP服务器。 I wouldn't expect many problems here. 我不会在这里遇到很多问题。 The only limitation you have are the ones provided by the email provider who'se services you will be using to send those emails. 您唯一的限制是电子邮件提供商所提供的限制,您将使用这些服务来发送这些电子邮件。 With IIS you're most likely going to use the provider who also provides your Internet connection. 使用IIS,您很可能会使用还提供Internet连接的提供商。 Piss them off and you're kicked from the Internet. 惹恼了他们,您就被互联网踢了。 Thus, better piss off another provider. 因此,最好让其他提供者生气。 ;-) ;-)

Be aware that even a single email could be considered spam. 请注意,即使只有一封电子邮件也可以被视为垃圾邮件。 Make the intentions of this email extremely clear and make sure the contents is readable with and without HTML markup. 使此电子邮件的意图非常明确,并确保使用和不使用HTML标记均可读。 Add an unsubscribe button or provide options for the recipients to unsubscribe themselves some other way. 添加退订按钮或为收件人提供选项以其他方式退订自己。 And once you've sent them, be prepared to receive some heat because of it. 并且,一旦您发送了它们,请准备好接收一些热量。

Btw, I'm not a lawyer, but contact a lawyer to be sure about possible legal consequences if this goes wrong! 顺便说一句,我不是律师,但是如果发生错误,请联系律师以确保可能产生的法律后果!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM