Skip to main content
Hi,

I have one process which contains one activity with server mail event. I need to run it everyday at specific time to send email.

How can i run the process at specific time without asp.net pages.

Thanks,
Senthil
I think the easiest would be to write a small app or service utilizing the K2ROM object model to start the process (only once of course). Add this app or service to the Windows Scheduler to run every day at a specific time.

Hope this helps,
Ockert
Hi Ockert,

Thanks for your guidance. I will write service/application and add to the scheduler.

Thanks,
Senthil

Reply