----- Original Message -----
From: Hector M Banda
To: [EMAIL PROTECTED]
Sent: Thursday, April 19, 2001 10:11 AM
Subject: sending e-mail thru PHP page.
Hi all,
I have mysql as the database for my php pages where I store my information. When I'm
done,
I send an e-mail to my e-mail account just to be aware of who is using it. The problem
is that when I use the following code to send the e-mail, I get 'nobody' as the sender.
mail([EMAIL PROTECTED], "Message",$body message);
is not a big deal saying that but since I'm going to be doing this on my server to do
virtual domains, my friends will ask me sooner or later about this little issue.
Sorry for this off topic.
TIA.