Re: [PHP] mail()===false but msg is sent!

2005-07-02 Thread Richard Lynch
On Sat, July 2, 2005 3:11 pm, Andy Pieters said: > I have this situation where mail() returns a false status but the message > is > actually accepted AND reaches destination! > > The PHP Version is 4.3.10, the OS Linux > > So what I do is ( > > $header="header for multipart mime message"; > $body="

[PHP] mail()===false but msg is sent!

2005-07-02 Thread Andy Pieters
Hi all I have this situation where mail() returns a false status but the message is actually accepted AND reaches destination! The PHP Version is 4.3.10, the OS Linux So what I do is ( $header="header for multipart mime message"; $body="body with multipart mime message"; $result=mail("Name Fir