From: Kevin M. S. <sh...@cg...> - 2001-12-14 01:36:26
|
> 2. //$g_mailservername = "mail.servername.com"; > 3. //$g_mailservername = "192.168.123.100"; //IP address > I've tried them all with no luck (well except no. 4). I am running Windows 2000 and IIS 5. Number 2 or 3 should work. (preferablly #2) Since your using windows, I have to ask: Is your SMTP set to the proper outgoing machine in your php.ini file? the value should be set like such SMTP = outgoing.mailserver.com The default most likely looks like this: ------ [mail function] ; For Win32 only. SMTP = localhost ------ This is typically the same machine you set your "outgoing SMTP" in outlook or other mail client. I hope this helps. -k |