
March 21st, 2000, 06:08 AM
|
|
PHP Programmer
|
|
Join Date: Mar 2000
Posts: 31
Time spent in forums: 36 m 43 sec
Reputation Power: 14
|
|
|
Hi,
I have a little problem with php's mail function. When I send a mail using
mail("mail@somedomain.com", "Subject", "Message body");
the sender will be called "nobody" in the receiver's email application. I want to change this, because "nobody" does not look very good... How do i do that?!
|