Gossamer Forum
Home : General : Internet Technologies :

PHP mail() will not send to hotmail? how come?

Quote Reply
PHP mail() will not send to hotmail? how come?
Ive tried several hotmail addresses and ive tried several normal ISP addresses and nothing send to hotmail addresses but all messages goto normal addresses, does anyone know how to solve this problem?

This is the function im using.

mail( '"' . $emailto . '" <' . $emailto1 . '>',
$subject, $Body,
'Return-Path: "' . $From . '" <' . $From1 . ">\n"
. 'From: "' . $From . '" <' . $From1 . ">\n"
. 'Reply-To: "' . $From . '" <' . $From1 . ">\n"
. "MIME-Version: 1.0\n Content-Type: multipart/mixed;\nX-Mailer: PHP/" . phpversion() . "\n"
. "X-From-IP: " . $REMOTE_ADDR );
Subject Author Views Date
Thread PHP mail() will not send to hotmail? how come? WoSkI 5283 Jan 28, 2003, 1:34 AM
Thread Re: [WoSkI] PHP mail() will not send to hotmail? how come?
Andy 5128 Jan 28, 2003, 4:18 AM
Thread Re: [Andy] PHP mail() will not send to hotmail? how come?
Paul 5062 Jan 28, 2003, 4:23 AM
Thread Re: [Paul] PHP mail() will not send to hotmail? how come?
Andy 5099 Jan 28, 2003, 6:22 AM
Post Re: [Andy] PHP mail() will not send to hotmail? how come?
QooQ 5084 Jan 30, 2003, 8:39 AM