rad131304 Posted July 16, 2008 Share Posted July 16, 2008 I am attempting to get an Echange 2003 server to allow PHP to use it to relay messages. I know the two are talking to each other because IMF is rejecting the messages - I'm guessing it doesn't like my headers since the rejeciton is by IMF, but I'm not sure what the problem is. $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail("[email protected]","test subject","test message",$headers,"-r [email protected]"); [email protected] is a valid exchange email address for this server. Help would be appreciated! Link to comment https://forums.phpfreaks.com/topic/115093-mail-failure-in-php-525-on-windows-2003-w-exchange-headers-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.