|
-
Jan 20th, 2004, 04:25 AM
#1
Thread Starter
New Member
XML Service
Hello,
I want to send some reminder mails from my web site. I have done a mail reminder code for this. This will work only when somebody open the site. I want this to go automatically. How can I do that. Can an XML service do this. Can anybody send some code how to create the xml service
with regards
-
Jan 20th, 2004, 09:23 AM
#2
A cron job (on Unix, a scheduled task in Windows) can do it. This is a program that is called repeatedly after a fixed interval. This interval can be anything from less than a second to days. You would probably like a job that runs once a day, checks if someone needs a reminder and sends it when necessary.
An XML service is a concept, not an actual thing.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 20th, 2004, 11:04 PM
#3
Thread Starter
New Member
I want the email to be sent on particular date.Any other method is there, other than windows scheduler
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|