是否可以通过域发送类似内容的批量电子邮件? [英] Is it possible to send bulk e mails of a similar content through domain?

查看:95
本文介绍了是否可以通过域发送类似内容的批量电子邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我们正在开发一个项目,我们必须在asp.net c#project中提供批量电子邮件。所以我的第一个问题是,是否有任何源代码可以让我们从域发送无限制的电子邮件,不会被垃圾邮件或被ISP阻止?



其次,是在asp.net或php中可以使用任何开源第三方应用程序,它可以与应用程序集成。 Mailchimp也限制了没有。邮件。建议为asp.net项目实现批量电子邮件的最佳方式。

提前谢谢。

Hi,

We are working on a project where we have to provide with bulk emails in asp.net c# project. So my first question, is there any source code which can enable us to send unlimited emails from the domain which will not go spam or blocked by ISPs?

Second, is there any open source third party app available in asp.net or in php which can be integrated with the application. Mailchimp is also restricting in terms of no. of mails. Suggest the best possible way to achieve bulk emails for asp.net project.
Thanks in advance.

推荐答案

如果您使用的是第三个派对服务器(共享服务器托管)您将被允许发送批量电子邮件的可能性很小。但是,如果您可以访问可用于发送批量电子邮件的服务器,即使它不是您托管应用程序的电子邮件,也可以将您的电子邮件(包括,主题,附件等)保存在数据库中然后创建一个窗口服务并将其安装在您的服务器上。此服务将从数据库中获取未发送的电子邮件,并在配置的时间发送。通过这种方式,您还可以控制何时发送电子邮件。
If you are using a third party server(a shared server hosting) there are a very little chances that you will be allowed to send bulk e-mails. But if you have access to a server that you can use to send bulk e-mails, even if it is not the one you have hosted your application on, you can save your emails(to,subject,attachments etc.) in a database and then create a window service and install it on your server. This service will be fetching the unsent e-mails from the database and send it at a configured time. This way you can also control when the e-mails will be sent.


您好,



没有这样的代码发送不会被视为垃圾邮件的电子邮件。是服务器识别批量电子邮件并将DNS服务器标记为垃圾邮件发送者。您需要找一些可以为您提供DNS以发送批量电子邮件的第三方API。因此,您的任务是为批量电子邮件搜索一些可靠的DNS提供程序。



祝你好运



-Amit
Hi,

There is no such code that send email which will not consider as spam. it is server who identify bulk emails and mark the DNS server as spammer. you need to go for some third party API who can provide you DNS to send bulk email. So your task is to search for some reliable DNS provider for bulk email.

Best luck

-Amit


这篇关于是否可以通过域发送类似内容的批量电子邮件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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