Does PHP mail have to be sent from the localhost or from any ip? On PHP.net it says that "localhost" is a default. Then it says...
Quote Originally Posted by php.net
Used under Windows only: DNS name or IP address of the SMTP server PHP should use for mail sent with the mail() function.
At work I am using a Novell Open Enterprise server. My mail function will not call when I route the SMTP through another server in the php.ini file. Any ideas?