Hi there,
I've got some mail() function difficulties. I have a page with two mail functions on like this:
mail("$email1","Subject","
Line one\n
Line two\n",
"From : $email2\n\n");
mail("$email2","Subject","
Line one\n
Line two\n",
"From : $email1\n\n");
What happens is when the email gets send the reply address is "Nobody@myserver.com" instead of either $email1 or $email2!
What am I doing wrong?!
Best
Stiaan