Help - Simple fix I am sure
Posted: Fri Nov 06, 2009 10:36 am
<?
$headers .= "From:{$membername} <{$memberemail}> \r\n";
?>
THis be the line of code I am struggling with. The less than and greater than signs here seem to comment out the $memberemail variable thus the from email shows as a server email. Any ideas as to what punctuation when added will show for example exactly <myemail@mydomain.com>?
Thanks in advance!
$headers .= "From:{$membername} <{$memberemail}> \r\n";
?>
THis be the line of code I am struggling with. The less than and greater than signs here seem to comment out the $memberemail variable thus the from email shows as a server email. Any ideas as to what punctuation when added will show for example exactly <myemail@mydomain.com>?
Thanks in advance!