you have to tell mail() who the email is from.

add in a header similar to: "From: [EMAIL PROTECTED]"
(read the docs for mail() for syntax)

Dani wrote:
> Hi,
> 
> I have been trying to use a form to send an email.
> 
> I use the mail() function. But I have a bit of problem.
> The email send does not display the email is from. So, for example I
> send an email using my my webform then when I receive it the from
> coloumn in my email browser says "nobody".
> 
> how do I display this information? What should I write in the mail()
> function?
> 
> thanks
> 
> Regards,
> Ardani
> 
> 
> 



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

Reply via email to