I am really not a big fan of putting smtp code into PHP on UNIX. The whole philosophy of UNIX is to have a collection of small specialized tools that work together instead of one mammoth tool. Which UNIX system does not have the ability to send mail? We really should not be re-inventing every wheel out there.
-Rasmus On Fri, 19 Oct 2001, Hartmut Holzgraefe wrote: > Stig Venaas wrote: > > > Comments? > > well, the current SMTP implementation in win/sendmail.c is, > lets say, at least suboptimal > > it misses a lot of requirements from the RFCs (821/822 or the > newer 2821/2822), e.g. case insensitive headers, handling of > lines beginning with a '.', limited message size ... > > so while having a common codebase for mail() using SMTP on > UNIX *and* Win32 is definetly a good thing it might be worth > to have a look at different SMTP implementations to integrate > for that > > improving this situation has been on my list for quite a while > (see the error assignments on bugs.php.net) but i still have > no working Win32 dev. system :( > > hope to get that installed and configured on the conference > next month, there should be enugh man and brain power around > in Frankfurt by that time ... > > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]