Forums
(@tambu)
16 years, 10 months ago
file wp-contactform.php line 171:
replace
$headers = “MIME-Version: 1.0\r\n”;
with
$headers = “MIME-Version: 1.0\n”;
this fixes your (and mine) problem 🙂