Hi,
I would like to get inputs on how to best write a Window Service in .Net C# that would essentially send out 100,000 customized emails (e.g. Dear *Name* of receipient) from a MS SQL 2005 Database.
What is important as with all email marketing applications I've seen online is the speed of sending out emails, and some boasts of being able to process over 2million emails a day!!!
So my first thought is to implement some sort of threading, but exactly how I need some help with.
I've been able to write a simple Window Service that writes to the Event Log and I'm currently looking into Threading.
I know this is advanced application writing so any input on design and best practices would be greatly appreciated.
Many thanks for any input.
David
...
Go to the complete details ...