> 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.
> 
> Does anyone know what this error means?
> 
> Jan-Volkert

Have you configured php.ini and set the SMTP and sendmail_from fields?

/Martin

-- 
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]

Reply via email to