2

i have a website that is being hosted on www.webhost4life.com. Its a basic asp.net mvc site with a backend of SQL Server. I want to have a "script" or something that run a database query and sends out an email daily. what is the best way to set this up using a hosted web provider to run every day.

Josh Curren
  • 10,171
  • 17
  • 62
  • 73
leora
  • 188,729
  • 360
  • 878
  • 1,366

1 Answers1

2

Windows' task scheduler can do most things that cron can do.

Reached at Settings -> Control Panel -> Scheduled Tasks

There are other ideas here.

Community
  • 1
  • 1
Josh Curren
  • 10,171
  • 17
  • 62
  • 73