How to send mass-mailing?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm doing a web project which requires a way to send a huge number of emails to subscribers (like a mailinglist). and this point is very important : mails must be sure to be sent. I now write a C++ app. on Windows 2000 server, use CDONTS component to send mail. this is very convenient, but i faced a problem : CDONTS relies on SMTP service of IIS, and in pretty poor internet connection, IIS's SMTP service seems stucked for pretty long and seems not reliable. Do you have any better solutions ? many thanks trieuhainguyen@pyramid-consulting.com