From:             rcflyer at myself dot com
Operating system: Liniux
PHP version:      4.3.2RC1
PHP Bug Type:     Output Control
Bug description:  PHP mail not being received by hotmail

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 ); 

-- 
Edit bug report at http://bugs.php.net/?id=22991&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22991&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22991&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22991&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22991&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22991&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22991&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22991&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22991&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22991&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22991&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22991&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22991&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22991&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22991&r=gnused

Reply via email to