ID: 15841
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Mail related
Operating System: Linux
PHP Version: 4.1.2
Assigned To: yohgaki
New Comment:
mail() is NOT the all-in-one solution, nor is it really platform
compatible. In fact, win32/mail() is a completely different kind of
story (using native socket interface to talk to sendmail daemon on port
25) then on unix (calling another executeable and exchanging data)
Previous Comments:
------------------------------------------------------------------------
[2002-05-25 19:33:12] [EMAIL PROTECTED]
My phpinfo() says:
sendmail_path /usr/bin/sendmail -t -i
I'm running a vanilla qmail installation.
The mail() function works fine... it passes to the MTA whatever data
the user supplies for headers, with whatever line breaks the user
supplied.
The problem is that the line breaks should be unix-style on a Unix
system. But they need to be DOS-style on Windows. This creates a
portability issue for PHP scripts.
See my comment of 6 Mar 2:58pm for an example of the problem when using
DOS-style line breaks on a Unix system.
------------------------------------------------------------------------
[2002-05-25 19:09:15] [EMAIL PROTECTED]
I looked for CRLF in source, but I cannot find CRLF with quick glance
of current CVS source.
It seems mail.c is not converting LF to CRLF.
Are you using qmail-inject or qmail sendmail wrapper?
I don't have any problem with qmail-inject nor qmail's sendmail
wrapper.
------------------------------------------------------------------------
[2002-05-25 11:41:19] [EMAIL PROTECTED]
I would be VERY nice if PHP would at least have the option of sending
mail using SMTP when running under Unix. It seems silly to support the
option only when running under Windows, especially when the code is
already written.
------------------------------------------------------------------------
[2002-04-23 00:43:02] [EMAIL PROTECTED]
reclassified
------------------------------------------------------------------------
[2002-03-07 04:48:56] [EMAIL PROTECTED]
ok
1) blame qmail, it should know better ...
2) lets have SMTP as a default implementation
for Unix mail(), too, instead of relying
on external programs
the "it isn't broken, so don't fix it" argument
got even weaker right now ...
------------------------------------------------------------------------
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/15841
--
Edit this bug report at http://bugs.php.net/?id=15841&edit=1