I have created a newsletter application in .Net for one of my clients. The database is hosted on a server and application is also hosted on another server. My question is, when my client will login and create a newsletter (an html file is created). And then send newsletter email to about 50,000 email addresses, what memory resources will be used?
- Local machine
- Database server
- Web Server
P.S. My application loads all email addresses in a server variable and then loop through each value and send's email.