e***z 发帖数: 7126 | 1 I have a small custom application I want to run over night every night. When
it finishes it will send out an email to a group of people with maybe an
pdf attachment.
I want to ask if you guys know the best solution for this. I don't want to
run it on my desktop every night anymore. Trying to find some hosting
provider and pay a subscription fee.
Please help. |
Z****e 发帖数: 2999 | 2 if using Linux, use cron job, and there's about a million ways to send
automated email from Linux, like sendmail/mutt/...
When
【在 e***z 的大作中提到】 : I have a small custom application I want to run over night every night. When : it finishes it will send out an email to a group of people with maybe an : pdf attachment. : I want to ask if you guys know the best solution for this. I don't want to : run it on my desktop every night anymore. Trying to find some hosting : provider and pay a subscription fee. : Please help.
|
e***z 发帖数: 7126 | 3 it is a .net app. on windows.
any idea? I can pay some baozi
【在 Z****e 的大作中提到】 : if using Linux, use cron job, and there's about a million ways to send : automated email from Linux, like sendmail/mutt/... : : When
|
g*****g 发帖数: 34805 | 4 You can run cron job on windows too, just google that.
【在 e***z 的大作中提到】 : it is a .net app. on windows. : any idea? I can pay some baozi
|
e***z 发帖数: 7126 | 5 I want to find a hosting provider that allow me to run things.. You know any
providers?
【在 g*****g 的大作中提到】 : You can run cron job on windows too, just google that.
|
l**n 发帖数: 2405 | |
s*******e 发帖数: 4188 | 7 The problem is that most hosting services are not on windows. |
o****e 发帖数: 916 | 8 get a virtual server (30-40/month), build a windows service, install in that
server. nothing to do with IIS, coding a .net service is a piece of cake. |