View Single Post
Old December 14th, 2010, 01:17 AM   #3 (permalink)
Simka
Member
Verified Customer
 
Join Date: Jun 2010
Posts: 142
FIXED:

My hosting support helped me out on this.

I had to use:
$headers .= "MIME-Version: 1.0$newline";

instead of:
$headers .= "MIME-Version: 1.0\r\n";
Simka is offline   Reply With Quote