I need to ad a 'received from' header to my email script but am having trouble with the code.
Currently have:
$headers = 'Received: from {$_SERVER['REMOTE_ADDR']} by www.domain.com'\n;
with HTTP; " . strftime("%A %d %B'%y at: %r").\r\n";
I know there are a few errors in there but I can't seem to get enough coffee down me to work them out.
Any help greatly appreciated
Thank you