I want to send thousands emails. Shall I use this function in loop or any optimization is required to given code?
That depends on what thousands is equal to. You might be better off purchasing a commercial componenet to handle that and/or creating a multi-threading Windows service.
StrongTypes
All-Star
30801 Points
6013 Posts
ASPInsiders
Re: HOW TO: Send email using System.Net.Mail
Mar 19, 2006 09:30 PM|LINK
That depends on what thousands is equal to. You might be better off purchasing a commercial componenet to handle that and/or creating a multi-threading Windows service.
HTH,
Ryan