Hello,

This is a reply to an e-mail that you wrote on Fri, 20 Jun 2003 at 17:44,
lines prefixed by '>' were originally written by you.
> Hi!
> I guess i do not make any weired things, the configuration looks like
> this:
> mail("$mail",
>       "$message",
>       "From: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]>");

Looks like you are passing the parameters in the wrong order, it should
be:
mail("[EMAIL PROTECTED]","subject","message","From: Yourname
<[EMAIL PROTECTED]>");

Read this for more info:
http://uk.php.net/manual/en/function.mail.php

HTH

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirely in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to