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

By modifying the following in PHP.ini

[mail function]
sendmail_from = em...@domain.com

It fixed the issue for me on Windows 2003 Server SP2.


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

[2009-02-19 19:39:06] alexcomboy at hotmail dot co dot uk

It does not work with this either:
Windows XP SP2 or SP3, IIS 5.1, PHP 5.2.8

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

[2009-01-19 21:20:39] abba000 at o2 dot pl

4 years have passed and nothing... What the hell? This is really
important! Anybody knows how to fix it?

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

[2009-01-12 11:49:18] julioworld at hotmail dot com

I also had this problem and I solved it by adding this line in the
php.ini in the section [mail function]:

[mail function]
sendmail_from = em...@domain.com

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

[2009-01-06 19:41:42] ghooey at gmail dot com

Unlike with a linux server the email address in
ini_set('sendmail_from', 'm...@domain.com); has to be a valid email
address

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

[2008-12-10 19:46:45] jordi at jcanals dot net

You did not understand where the bug is (or was). We pass the proper
headers exactly the same in any platform. PHP mail layer change them to
the wrong format, by adding extra signs.

What you say we have to consider, Is what we are doing. Read carefully
the bug description, the headers sent to PHP mail function, and the
headers sent by the mail layer to the mail server.

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

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