|
-
Aug 10th, 2004, 10:45 AM
#1
Thread Starter
Frenzied Member
automated emailing capability
I need to put a SMTP mail server on my webserver and then make it run a PHP script and use the mail call to send emails every morning.
The webserver currently has IIS installed, but the mail server installed with it doesn't seem to want to work. So the first task is to get a good mail server installed. Any suggestions?
The next problem is sending the mail. I have that done. It's a simple page that checks a database and grabs certain records to be mailed off to different users.
The last problem is the automation. I need to run the script every morning at 7 AM. Does anyone know how to accomplish that?
Any help would be appreciated.
-
Aug 10th, 2004, 11:28 AM
#2
I don't have a suggestion for the mail server, but for schedualing the job..... oh, crap you're on an IIS box, which means Winders.... .I was going to suggest setting up a cron job to run the PHP file, but I don't think that's going to work on Windows. Dang, I got nothing.
TG
-
Aug 12th, 2004, 01:00 AM
#3
task scheduler will run an app at a specific time, and do it on schedule
as will the AT command. See AT /?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|