Hello everybody
I have to send a mail on a particular day some what like birthday reminder .. using ASP ,please help me with some concept or samples
can any one help me pls,,,
Why do you need to do this with ASP? ASP is designed to run when a user asks to view a particular page. Obviously this wouldn't be the most convenient way to trigger a date-dependent email.
If you do have to do it with ASP, then the trickiest part would be to send the email at all, and this depends on what other software you have (you can't send an email directly from ASP, you will need to use some sort of server object which will connect the script to an email program and send the email from that). Do you already know how to send an email form an ASP page?
BTW, don't start new threads to ask the same question again.
Jared