Headers line is this
$headers = ‘From: ‘$_POST[’email’];
but should read this
$headers = ‘From: ‘ . $_POST[’email’];
Notice the ‘.’, which is the concatenation operator which puts 2 strings together
I would like to help out with this. Perhaps writing a script that would move root domain name?