Classic ASP ProfessionalFor advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
In my applicatin i want to send email(B'Day alarm)
on a particuler date.
I have some idea about how to send a email;
but i'm faceing the problem that how to send it "automatic" on that date.
You have to create a program which will run daily... probably at midnight. and send the mails for a particular day. you can create a vbs file and schedult this to run daily. Or you can use DTS also.
i think ASP is not suitable for what you want to do. VBS is a better use. Write a script that could check every night if there is a need to send an email automatically
Volnay