ID:               14900
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Mail related
 Operating System: Windows XP
 PHP Version:      4.1.1
 New Comment:

Please try latest snapshot from snaps.php.net/win32 , it now returns
the server error message which should help us identifying the problem
here.


Previous Comments:
------------------------------------------------------------------------

[2002-01-07 09:14:04] [EMAIL PROTECTED]

This might be a problem with your mailserver which appears to be not
standards-compliant.

------------------------------------------------------------------------

[2002-01-07 03:06:58] [EMAIL PROTECTED]

Get the following error message:

Warning: Server Error in c:\inetpub\wwwroot\David\send_simpleform.php
on line 15

Referred to code:

1 <?php
2 
3 $msg = "E-MAIL SENT FROM WWW SITE\n";
4 $msg .= "Sender's Name:\t$sender_name\n";
5 $msg .= "Sender's E-Mail:\t$sender_email\n";
6 $msg .= "Message:\t$message\n\n";
7
8 $to = "[EMAIL PROTECTED]";
9
10 $subject = "Web Site Feedback";
11
12 $mailheaders = "From: My Web Site <> \n";
13 $mailheaders .= "Reply-To: $sender_email\n\n";
14
15 mail($to, $subject, $msg, $mailheaders);

?>

my php.ini mail settings are as follows:

[mail function]
SMTP =  localhost                       ;for win32 only
sendmail_from = [EMAIL PROTECTED]   ;for win32 only
;sendmail_path  = ;for unix only, may supply arguments as well (default
is 'sendmail -t -i').

I found a possible solution on ticket number 6742 but didn't understand
the cure (the simpler the description the better).



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=14900&edit=1

Reply via email to