I have written a code to send mail to user and that’s running nicely, but this program i want to place on server side and runs continuously without any client interaction. It should be run automatically after specific time. When server stops then only it will stop.
So can any one help me how to do this…?
Thanks in Advance…
If your server has
cron, you can have the job run at scheduled times. Without knowing more about how the application works, and how it knows when it’s time to send an email, there’s not much more I can say.