Ive currently got an ASP site with an Access Database. I add records to the database sometimes daily sometimes only weekly.
I want a mailing list so current customers (who are also logged in one table in the database) and new ones that sign up can be informed when new stock is added to the stock table.
The stock table has a date added field that i did in anticipation a few months back so when an item is logged the date is written to a field.
I currently use CDONTS for generating system messages from my shopping basket so thats not a problem but what would the code look like for this mailing list.
I started to think about it, and i cant just have it sending a mail everytime there is a new item added, someone might get ten emails a day.
Any ideas
Thanx
Dave

I want a mailing list so current customers (who are also logged in one table in the database) and new ones that sign up can be informed when new stock is added to the stock table.
The stock table has a date added field that i did in anticipation a few months back so when an item is logged the date is written to a field.
I currently use CDONTS for generating system messages from my shopping basket so thats not a problem but what would the code look like for this mailing list.
I started to think about it, and i cant just have it sending a mail everytime there is a new item added, someone might get ten emails a day.
Any ideas
Thanx
Dave