OK, I've finally gone from an UNKNOWN error to a SERVER error using the virtual SMTP server in IIS5 for W2KServer. Can anyone help me out here? here's the settings I have:
The virtual server is called: localhost
It's ip is: 154.5.34.237 25
The domains are: statik-first
localhost.com
There are no sessions.
My PHP.ini has the following:
[mail function]
SMTP = localhost ;for win32 only
sendmail_from = me@localhost.com ;for win32 only
;sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i')
What to do?!