Mailengine with .NET API

179 Views Asked by At

I am looking for a mailengine that supports

  • Sending emails
  • Catching bounced emails
  • Support read confirmations
  • Show reports of mailing statistics (how many received/bounced)
  • Expose everything through an API that can be called using .Net

Does anyone know of any? It doesn't have to be free (always nice though) but it can't be a subscription. It has to be a one time purchase.

I tried googling for them but I couldn't find one.

Thanks!

2

There are 2 best solutions below

0
On BEST ANSWER

Well I'm aware of a couple of partial solutions, but not one big package:

You should be able to hack something together quite fast. There is no one big solution to do this, unless you want to buy a full newsletter system or something.

1
On

Perhaps this project I just found on Code Project will help: Email Component for .NET

It seems to have most if not all of the necessary components.