ID: 28038
Comment by: andreas at pcdaemon dot gr
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:
Yes this worked fine for me.
Thanks
Previous Comments:
------------------------------------------------------------------------
[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
------------------------------------------------------------------------
[2007-06-28 00:38:36] [EMAIL PROTECTED]
It's propably not complicated to fix but there just isn't anyone with
enough interest to do it. Feel free to provide a patch and perhaps
someone might catch on it. Or pay someone serious cash to fix it..
------------------------------------------------------------------------
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