Hi all! I am developing a C# web application to send out bulk emails. The number of emails can range from 5,000 to 10,000 or more. I have developed web applications, but never dealt with emails. I will have a page in which the user can select the type
of email needed to send and the application will query the database to select the necessary recipients. After I get this information, how do I go about sending the email? Also, have you experienced any issue with sending bulk emails? Do I need to put a
pause between each email, between each 100 emails, etc?
Thanks for any information or any links to information you can give. I have searched and have found a little information, but nothing I have been able to put together.
Go to the complete details ...