ID:               28038
 Comment by:       david at thedatabridge dot com
 Reported By:      jordi at jcanals dot net
 Status:           Open
 Bug Type:         Mail related
 Operating System: win32 only
 PHP Version:      5CVS, 6CVS (2008-08-27)
 New Comment:

I had the same problem until I changed the format of my headers.

I had this problem with this style:

"From: Foo Bar <[EMAIL PROTECTED]>"

fixed by using this style:

"From: Foo Bar<[EMAIL PROTECTED]>"

Don't include space between Name and <email> and you should be ok!

:P


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

[2008-09-11 13:11:19] andreas at pcdaemon dot gr

Yes this worked fine for me.
Thanks

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

[2008-09-07 08:53:17] renouard_roch at hotmail dot fr

cool

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

[2008-09-01 12:11:00] anon at anon dot com

Workaround is:

Set the following before calling the mail function:

ini_set('sendmail_from', '[EMAIL PROTECTED]);

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

[2008-04-17 16:04:39] kmax at live dot com

Issalys, you fix dont work and make no sense.
My suggestion is get some free email class (like XPertMailer) and use
it instead of mail() native function.

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

[2008-01-13 17:31:36] issalys at hotmail dot com

hi i have de same problem and i fix it in that way:

$headers = "From: " . $fm_snd['from'] . "( Some guy)\n"; 


it work perfect :p byeeeeeeee



Hola tuve el mismo problema y lo solucione asi 

$headers = "From: " . $fm_snd['from'] . "( quiern sea)\n"; 


funcionoooooooooooooo :p byeeeeeeee

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

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/28038

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

Reply via email to