FN-FORUM: PHP mail
date posted 8th January 2007 13:49
Hi
I've got a site that was sending out emails fine till a couple of days
ago. It is now sending out emails with ... (unknown sender). I don't
really know PHP but is there a way to define the sender's name. I have
$headers .= "From: ".$email."\n";
in the script to define the fom email,but nothing for the from name.
TIA
Paul