ID:               18625
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Mail related
 Operating System: win2k
 PHP Version:      4.2.3
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2002-09-27 07:12:02] [EMAIL PROTECTED]

You were asked to use the latest snapshot, not release.
There were some mail() related fixes in it, so please try it out:

 http://snaps.php.net/win32/php4-win32-latest.zip

And make sure you replace ALL old binaries with the
new ones from that package. Especially php4ts.dll


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

[2002-09-27 06:56:17] [EMAIL PROTECTED]

just installed new version 4.2.3.

same problem as before.  email won't send via mail() function to an
address with '-' in the domain.  email can send through the smtp server
php is using if i use client like outlook.

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

[2002-09-26 20:04:03] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2002-09-11 13:32:04] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

I cannot replicate this bug, it sounds like the SMTP server is
rejecting this domain. If latest CVS does not work, see if you can
successfuly send email to an address with a '-' in it manually via the
SMTP server your php is using.

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

[2002-07-29 13:08:01] [EMAIL PROTECTED]

given:
  $to = "[EMAIL PROTECTED]";

command:
  mail($to,"test","test");

result:
  warning: server error line xxx
------------------

if sending to an address without the - in the domain, mail() works fine
so i'm sure it's not a config problem.  also, the - address is valid
and i can send mail via a mail client.  

the - addresses worked in v4.2.1


 


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


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

Reply via email to