I want to schedule my email on particular time daily. Currently I am using windows task scheduler. But i want it to run without opening my page in browser. I am using windows.
Asked
Active
Viewed 29 times
0
-
What have you tried? https://stackoverflow.com/help/how-to-ask – Jordan Savage Feb 06 '19 at 11:23
-
You can use cron job... it will execute your script on scheduled time – Ashu Feb 06 '19 at 11:23
-
can i use cron job in windows? – Nilofar Feb 06 '19 at 11:28
-
@Nilofar : https://stackoverflow.com/questions/7195503/setting-up-a-cron-job-in-windows – Ashu Feb 06 '19 at 11:34
1 Answers
1
You can create the Cron Job for this purpose, To know more about the cron job please refer to this post.

Rohit Ghotkar
- 803
- 5
- 17
-
-
Yes you can create, refer to this: https://stackoverflow.com/questions/7195503/setting-up-a-cron-job-in-windows – Rohit Ghotkar Feb 06 '19 at 11:35