At 09:34 PM 12/20/2001 -0500, Thomas Orr wrote:
>I need help with a basic issue. I can't seem to get the mail() function to
>work with php4 on an xp machine running iis5. I'm new to php and really
[...]
>mail($recipient, $subject, $msg, $mailheaders); <--*THIS IS WHERE
>IT SCREWS UP*
W
t you play with it.
HTH,
D.
> -Original Message-
> From: Thomas Orr [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 21 December 2001 3:34 p.m.
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] email() problem
>
>
> I need help with a basic issue. I can't seem to get the
>
I need help with a basic issue. I can't seem to get the mail() function to
work with php4 on an xp machine running iis5. I'm new to php and really
want to get it down, but every little thing I try to do throws errors at me.
I just need to know what needs to be adjusted to get this script working
How you get to configure your email server under apache/win (smtp as
localhost and email postmaster@localhost), I have tried to find information
about that without success. Which email server you are using to retrieve
message and send them. I am confuse.
Giro
<[EMAIL PROTECTED]> wrote in message
Not for me I got the same think, I started to believe that there is
something to do with the smtp provider, because I have tried the same script
on a another machine and use a modem connection with earthlink and it works
great so I guess there is something to be check with the smtp setting
somewhe
Hello,
I've been seeing quite a few e-mails about the mail() function not
working...well mine worked fine until today i believe, but it looks like it
has to do with the php ini setting, althoug Ive changed my ini, it still
didnt work, so heres a workaround I found on php.net that works great.