Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I built a newsletter web application. I would prefer to use an API and have a 3rd party handle the server load. What are the best and cheapest mail sending services that provide an API for my C# code to interface with?

I have a database with users and my application knows what to send and who to send it to. I just need to be able to take that information, drop it on a 3rd party service, and have it begin sending out the emails one by one.

I don't have BCC recipients. Each email is customized for the reader it was sent to.
Posted

1 solution

You can use http://www.jangosmtp.com/[^]...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900