I just tried it on my server with both PHP 4.3.2 and 4.3.3 and I got the last 5. The only thing I changed was the email address to send to. Charles -----Original Message----- From: Disko_kex [mailto:disko_kex@swedish-mushroom.com] Sent: Monday, October 06, 2003 8:19 AM To: php-windows@lists.php.net Subject: Every 1008th character is missing??? Why is every 1008th character missing when Im tring to send an email? mail("web@lokalguiden.se", "test"," 123456789012345678901234567890123456789012345678901234567890123456789012 345678901234567890123456789012345678901234567890123456789123456789012345 678901234567890123456789012345678901234567890123456789012345678901234567 890123456789012345678901234567890123456789123456789012345678901234567890 123456789012345678901234567890123456789012345678901234567890123456789012 345678901234567890123456789123456789012345678901234567890123456789012345 678901234567890123456789012345678901234567890123456789012345678901234567 890123456789123456789012345678901234567890123456789012345678901234567890 123456789012345678901234567890123456789012345678901234567890123456789123 456789012345678901234567890123456789012345678901234567890123456789012345 678901234567890123456789012345678901234567890123456789123456789012345678 901234567890123456789012345678901234567890123456789012345678901234567890 123456789012345678901234567890123456789123456789012345678901234567890123 456789012345678901234567890123456789012345678901234567890123456789012345 ", "From: Redaktionen <redaktionen@lokalguiden.se>\r\n" ."MIME-Version: 1.0\r\n" ."Content-type: text/html; charset=iso-8859-1\r\n" ."Reply-To: redaktionen@lokalguiden.se\r\n" ."X-Mailer: PHP/" . phpversion()); The last "5" is missing. Im tring to send newletters to my customers thru HTML formated emils, and because 1008th character is missing the source gets pretty fuckt up. Anyone got any ideas what I should do?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php