472,142 Members | 1,321 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

using Cron job

4
Hello everybody

I have to send a mail on a particular day some what like birthday reminder .. I came to know this can be achieve by using cron job but i dont know how to use it ..
or tell me any other way to achieve it

can any one help me pls,,,
Sep 12 '07 #1
4 3977
jhardman
3,406 Expert 2GB
"cron job" is a Unix term. I don't know what M$ name would be equivalent, but it would be easy to send an email if a certain specified date had passed.

Jared
Sep 16 '07 #2
markrawlingson
346 Expert 100+
CronTab is Unix based software and cannot be used on a windows based system.

However that doesn't mean windows can't replicate this.

Check out this URL - It explains how to emulate a Cron Job with the windows task scheduler.

Configuring Cron Jobs on Windows

Sincerely,
Mark
Sep 16 '07 #3
jeevik
4
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,,,
Sep 17 '07 #4
jhardman
3,406 Expert 2GB
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
Sep 17 '07 #5

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by volantecho | last post: by
6 posts views Thread by sherryonline | last post: by
4 posts views Thread by vagrantbrad | last post: by
3 posts views Thread by the.natalie | last post: by
4 posts views Thread by Phil | last post: by
4 posts views Thread by Stephen Cattaneo | last post: by
reply views Thread by Cameron Simpson | last post: by
1 post views Thread by Karthik Gurusamy | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.