无法发送群发邮件 [英] Unable to send Bulk Mail

查看:96
本文介绍了无法发送群发邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我使用SMTPClient编写了一个简单的代码将邮件发送到客户端.

对于少量邮件,这通常可以正常工作.

在这里,我的要求是一次向大约8000个客户发送邮件.

我在代码上使用for循环尝试了相同的代码.

在抛出邮件发送失败"错误之后,它可以正常工作直到达到600个计数.

因此,当我尝试向8000个客户端发送邮件时,我成功地将邮件仅发送至600个客户端,而其余所有客户端都位于我的错误列表下.

因此,我需要您的帮助...就像有什么技术可以发送大容量邮件.
还是他们的任何开源Dll都会帮助我实现同样的目标.
或者我该如何克服这个问题.


请提供一些有效的答案,因为这将对我有所帮助.

谢谢.

Hi,

I wrote a simple code using SMTPClient to send mail to clients.

This works fine normally for small quantity mails.

Here my requirement is to send mails to around 8000 clients at a time.

And i tried the same code by using for loop on my code.

This works fine till it reaches 600 count, after it throws error saying "Mail Sending Failed."

So when i try to send mail to 8000 client I success to send mails to only 600 and remaining all client comes under my error list.

So, I need your help... like is there any technique to send Bulk Mails.
Or is their any Open Source Dll which will help me achieving the same.
Or How can I overcome this problem.


Kindly Provide some valid answer as it will be helpful for me.

Thank you.

推荐答案

也许本文中的链接会为您提供帮助:
http://www.emailaddressmanager.com/tips/send-email-limit.html [ ^ ]
Perhaps the links in this article would help you:
http://www.emailaddressmanager.com/tips/send-email-limit.html[^]


似乎服务器阻止您发送批量电子邮件,避免此类问题的最佳方法是与他们交谈并公开情况以为您打开那扇门……另一个选择是是让程序在500封邮件后进入睡眠状态,并等待一会儿再继续发送其他500封邮件...

您为什么不尝试在自己的LAN中创建小型邮件服务器并进行测试?
任何简单的Linux发行版都会免费提供.
给您的邮件服务器公司打电话的速度更快,但是由于我们所有人都很讨厌.

希望对您有所帮助.
Seems like the server is preventing you to send bulk e-mail, the best way to avoid problems with that is to speak with them and expose the situation in order to open that door for you... The other option would be to put the program to sleep after 500 mails and wait for a while before continue sending the other 500...

Why don''t you try to create a small mail server in your own LAN and make the test?
Any simple Linux distro would do it for free.
It''s faster to call your mail server company but as all of us are geeky.

Hope this helps.




谢谢大家的支持.

我已经通过使用线程完成了这项工作.
Hey Hi,

Thank you all supporting guys.

I have done this work complete by using threading.


这篇关于无法发送群发邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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