Im trying to use the mail function, which is almost working. However, when the message is sent it comes from "Unprivileged User"
using the following:
$fromaddress = "from@address";
$message = "Hello world";
mail("email@emailaddresshere","INFORMATION",$message,$fromaddress);
The from@address turns up at the top of the body message.
Any ideas, or am I being stupid?