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

The win32/mail imeplementation suffers many problems. If you need the
things working urgent it may be the time to consider moving over to
using a non-Win32 system to run your PHP applications.


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

[2002-05-31 05:13:17] [EMAIL PROTECTED]

For the last year Ive been writing a system which heavily relies on
Emails. To help people use the system, when it Emails them, it will
attach a name to their actual name. EG: Liz Kimber - Authoriser, or Liz
Kimber - Requester.

To do that, I use the following code

mail ($toaddr,"Subject","data","From: Purchasing System\nTo: $name -
$action <$toaddr>");

Mails used to then arrive as

From: Purchasing System
To: Liz Kimber - Authoriser

Now, they arrive

From: Purchasing System
To: Liz Kimber; Liz Kimber - Authoriser

This code worked marvelously till version 4.2.x :(( this system is due
to go live very shortly.  Im trying to win my company over to PHP and I
dont want it to look naff as it does. I will have to revert to 4.1.x,
but, it would be appreciated if we can get this fixed, or at least if
Im being numb, and someone can make this work.. please..

(Mail server is exchange 2000, although I dont think this is relevant)

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


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

Reply via email to