Re: [PHP-WIN] Problems using mail() it always states Failed to Receive in

2002-01-28 Thread Jan-Volkert Meuldijk
> =to use PHP variables, remove the quotation marks. > =dn Thanks fro replying. Didn't work here. Tried both ways, double-quotes just evaluate to the contents of the variable. Jan-Volkert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP-WIN] Problems using mail() it always states Failed to Receive in

2002-01-28 Thread DL Neil
Jan-Volkert, > I'm trying to use mail() and have read about all kinds of troubles, but i've > got another one :-) > > The machine is running IIS5 configurated for smtp-mail. > I've set $email, $subject, $body and $header and try to use >$mailsend = mail("$email", "$subject", "$body", "$heade

RE: [PHP-WIN] Problems using mail() it always states Failed to Receive in

2002-01-28 Thread Martin Lindhe
> I'm trying to use mail() and have read about all kinds of > troubles, but i've got another one :-) > > The machine is running IIS5 configurated for smtp-mail. > I've set $email, $subject, $body and $header and try to use >$mailsend = mail("$email", "$subject", "$body", > "$header"); I alw