ID:               17541
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Mail related
 Operating System: windows 2000/xp
 PHP Version:      4.2.1
 New Comment:

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.




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

[2002-11-10 18:34:47] [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



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

[2002-08-23 22:08:37] [EMAIL PROTECTED]

I guess this is the report this one is duplicate of:

http://bugs.php.net/bug.php?id=18625&edit=1


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

[2002-06-03 05:08:12] [EMAIL PROTECTED]

Of course it does. Internally, the $toaddr part is taken and put into
RCPT TO: <$toaddr> which will expand to
RCPT TP: <$name - $action <$toaddr>> in your case which is invalid
(though I know qmail still handles it properly, exim may feel, don't
remember sendmail).

in 4.1.2, If the $header contained a TO, it used in the mail header.
This was changed in 4.2.x and I re-introduced it in HEAD
(snaps.php.net/win32, not the stable version).

However, as Manuel pointed out on php-qa@, you're probably better off
using some external code to handle your mail generation of you rely
heavily on it.

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

[2002-06-03 05:02:33] [EMAIL PROTECTED]

Hmm, maybe so, but, if you put the $toaddr as "$name - $action
<$toaddr>" it coms back with server error..

so.. thats even worse!

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

[2002-06-02 18:21:49] [EMAIL PROTECTED]

Marking as duplicate, the problem is that rfc822 style addresses are
not support (in which case you just would use the $to field with the
correct address). Damn, can't find the report of the other one.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/17541

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

Reply via email to