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", "$header");
> I always get an error stating
> Failed to Receive in
> This behaviour is the same when $header is not used.
=to use PHP variables, remove the quotation marks.
=dn
--
PHP Windows 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]