Hi,
Im working on sending emails from ASP. I have the list of email addresses in a table. I have to query the database to get the list of email addresses and then send the mails. My question is how do i automate this process?? one way is to use the

Code:
<meta http-equiv="refresh" content="60">
to refresh my page.( this will refresh the page every 1 min.)

but is this possible in global.asa?? if not, is there any way of a similar process using the global.asa???

thanx a ton!