If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a pearl script which I'd like to use on a Windoze NT4 server running IIS. Is there a sendmail app I can use? Or is there a way to and an email using info from a form?
There's a built in SMTP server with IIS. You just drop a message in the drop box and it sends it automatically. Read up on MSDN for details, I did it a long time ago and it was pretty simple.
Originally posted by Scarpa: There's a built in SMTP server with IIS. You just drop a message in the drop box and it sends it automatically. Read up on MSDN for details, I did it a long time ago and it was pretty simple.
Or you may be able to use CDONTS if you know how to do COM in PHP. Or you could buy ASPEmail or something..