I have a asp.net program, and I need to send a lot of emails. when i call http://localhost:70/sendemails system will send the emails one by one in seperated threads(just like async). I don't know if this is the best method. but what i want to know is: I schedule to send 10000 emails, and after i call the link, and then close the browser(means that the session will be closed too), Then if the threads i created will also be terminated ?
What is the best method to send lots of emails ?