Click to See Complete Forum and Search --> : [HELP] ASP.net/VB.net EMAIL REMINDER


schumi
February 13th, 2005, 09:40 AM
How to do this?
i m creating an asp.net webpage, backend database is MS SQL.

If the user has not login for 1months, an auto generated email will be sent to that member.

Anyone familiar with it? asp.net email reminder function?

tq tq...

Sukim
February 13th, 2005, 07:09 PM
Hi,

I would prefer to have column for last login in user table and update that on login and also a job that runs once in a day and checks the column where the difference between current date and the lastlogin date is more than a month and sends a mail( from the database)

I feel that this is a better and easy solution.

Thanks