Index: trunk/kernel/include/emailmessage.php =================================================================== diff -u -r222 -r223 --- trunk/kernel/include/emailmessage.php (.../emailmessage.php) (revision 222) +++ trunk/kernel/include/emailmessage.php (.../emailmessage.php) (revision 223) @@ -813,7 +813,7 @@ //Messages start with text/html alternatives in OB $headers.="Content-Type: multipart/mixed;\n\tboundary=\"".$OB."\"\n\n"; $msg.="--".$OB."\n"; - $msg.="Content-Type: multipart/alternative; boundary=\"".$boundary."\"\r\n\r\n"; + $msg.="Content-Type: multipart/alternative; boundary=\"".$boundary."\"\n\n"; } else $headers .= "Content-Type: multipart/alternative; boundary=\"$boundary\"";