Date: 09/30/98
- Next message: Michael Schwarz: "[PHP3] Re: your mail"
- Previous message: Brian Andrews: "RE: [PHP3] Suggestions for improvement"
- In reply to: Morloi: "[PHP3] NT4 and mail() problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 Sep 98, at 11:50, Morloi wrote:
> I have some problems using mail() function on NT4.0 with php 3.0.4,
> IIS 3.
> I setted up the php3.ini file, with mail server etc.
> When I try to send a mail wityh mail() function the mail
> server says "xxx.xxx.xxx.xxx is not using <cr><lf> as end of line"
> What I have to do?
Make sure your message body and any extra headers you send
end their lines with "\r\n" instead of just "\n".
Dave
----------------------------------------------------------------------
Dave Walton
Webmaster, Postmaster Nordic Entertainment Worldwide
walton <email protected> http://www.nordicdms.com
----------------------------------------------------------------------
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Michael Schwarz: "[PHP3] Re: your mail"
- Previous message: Brian Andrews: "RE: [PHP3] Suggestions for improvement"
- In reply to: Morloi: "[PHP3] NT4 and mail() problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

