开发者

Email control in .NET environment [closed]

开发者 https://www.devze.com 2022-12-12 01:49 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I am using .NET and I wonder if there is some free program (or .NET open source) that can help to queue and control email outflow:

  1. Every time an email supposed to be sent, put it in the queue (database)
  2. Queue database will have these information: Timestamp, Email Address, Time in Queue, Time Sent, Success, Number of Retry
  3. Em开发者_高级运维ail must be in queue for AT LEAST x min before being sent
  4. Email job is executed by batch of x number of email. Each job is delayed by x second interval

Something similar to the above would be helpful. Thanks.


Here is a blog article about that. Most .NET SMTP controls will only handle the sending/receiving, you have to handle the queueing yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消