Hi!
I have a problem sending HTML-emails using the mail()-function.
My message-body is a long string (about 3000 Bytes) and when I try to send the email, this message-body, some \n 's are inserted into this email (twice after abour 1045 Bytes).
As this is a HTML-mail, the html-tags are splitted and not correctly parsed by a browser/email-client.
This additional \n's are only inserted during sending the mail...when I print out the message-string using echo ore something, the string is written correctly (without this \n's).
Can anyone help me?