Hi,
I am about to create a solution in Web ( asp.net 3.5 ) which will send emails at regular intervals to all my members. For this purpose, what i could find is the following solutions, but i am afraid each solution will have its own drawbacks as well . They are
- Windows Service - But for this, my client will have to have one dedicated Webserver( where hewill access and permissionto install this service) but that will be costly.
- Use Timer in global.asax file - But will that be a proper solution in case if the mails are to be send to 10000+members in every 5 minutes?
Is there any other possible solution for this? Or the drawbacks that i find is really a drawback and any possible suggestion to get rid of this drawbacks?
Please help me in finding a proper solution for this.
thanks in advance
Vineesh