-
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
-
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.
-
I want the email to be sent on particular date.Any other method is there, other than windows scheduler