Auto email notifications

I am a Classic ASP programmer and have almost no knowledge of ASP.net.

I designed a website in ASP where it system has to send email notifications just one day before membership expires.

I have hosting on Windows platform with ASP.Net 2.0/3.0/3.5 support. Is there any way I can setup auto email notfications using .Net??

Thanks!
Zeeshan

Using SQL Server? Run a batch file that executes the same time everyday of the week.

Thanks for your response. Is there any example available over internet?

The search term you need is “CRON”

you may need to write an email auto-send program in “Global.asax” file to check the expire date, using .NET Mail class