From:             [EMAIL PROTECTED]
Operating system: Solaris 5.8
PHP version:      4.3.0-pre2
PHP Bug Type:     Mail related
Bug description:  mail function doesn't work

The mail function stopped working when I upgraded to the CVS snapshot (the
last couple actually).  Apparently the message is being sent but not to
the receipent? 

Here's a simple script:
<?php
mail("[EMAIL PROTECTED]","Test Subject","This is a
test.","Reply-To:webmaster@isx
.com","[EMAIL PROTECTED]");
?>

Here's the /var/log/maillog:
Nov 12 16:22:51 voyager sendmail[29482]: [ID 801593 mail.info]
gACLMpx29482: Authentication-Warning: isx.com: nobody set sender to
[EMAIL PROTECTED] using -f
Nov 12 16:22:51 voyager sendmail[29482]: [ID 801593 mail.info]
gACLMpx29482: [EMAIL PROTECTED], size=87, class=0, nrcpts=0,
msgid=<[EMAIL PROTECTED]>, relay=nobody@localhost

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

Reply via email to