使用 MailMessage 类发送邮件 - BCC 和 CC 计数的限制?
我有一个客户列表(1,000,000 个电子邮件地址),我想使用 MailMessage calss 向他们发送一封特定的电子邮件(所有这些电子邮件都是相同的)。
对于垃圾邮件发送者来说,使用此类或关于此问题的全局规则的 Ensemble 电子邮件是否有任何限制?
密件抄送和抄送数量是否有限制?
我可以发送一封包含一百万个密件抄送地址的电子邮件吗?
提前致谢
i have a list (1,000,000 emails addresses) of my customers and i want to send them an specific email (all of those emails are the same) using MailMessage calss.
is there any limitation(s) about Ensemble Emails using this class or global rules about this issue for spammers?
also is there any limitation about bcc and cc count ?
can i send one email with one million bcc addresses?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你的方法大错特错了:
you are deeply wrong in your approach:
不知道投票否决。
但是邮件中的 ids 数量的限制通常是由服务器端的电子邮件服务器管理员来限制的。如果您有可能一次性发送所有内容,请将其分解为多个块。
同样,如果您使用经过身份验证的方式发送电子邮件(提供 pass 和 unames),那么您的电子邮件服务器不会将您视为垃圾邮件发送者,因此您可以按照自己的意愿发送电子邮件。
顺便说一句,请注意,一次发送十亿个电子邮件 ID 对您的服务器来说是一个巨大的痛苦,除非它是像谷歌这样的服务器群:)
No idea bout downvote.
But the restrictions on No. of ids in a mail is usually restricted by the Email Server's admins at server side. If your having probs sending all at ones, just break it down to chunks.
Again, if your using an authenticated way to send an email (supplying pass and unames), then your email server wont treat you as spammer so you can send the emails as your wish.
Btw, please note that billion email ids at 1 shot is a huge pain for your server unless its a server farms like google has :)
一百万封电子邮件?使用持续联系或 mailchimp 或其他第三方服务(rackspace 现在提供)。
即使您可以创建并发送它,您最终也会被列入黑名单或被发送到很高比例的预期收件人的垃圾邮件文件夹。
One million emails? Use constant contact or mailchimp or other 3rd party service (rackspace now offers it to).
Even if you could create and send it, you'll end up blacklisted or destined for the spam folder of a very high percentage of intended recipients.