Re: Katskitch
If anybody comes across the same problem in the future, I was unable to figure out, php-wise, how to fix this (php is not my strong suit), but I was able to apply a small tweak.
The problem is that I'm on a shared server, so the emails were coming directly from the server name (
reports@katskitch.com) instead of the domain name (
reports@mydomain.com)
In single.php, find:
Code:
mail($admin_email,$subject2,$body,"From: $email2");
and replace with
I'm hoping that small fix doesn't completely twerk the plugin, but everything seems to be working thusfar.