如何防止PHP邮件脚本中的自动断行

I wrote a PHP script, which build message from some data and send it to a mail address. But there is a problem - my message is quite wide (strings are pretty long) and I cannot shrink it. So what I want is to prevent auto break in message, sent to mail address using PHP script. Is this possible? I want message to be in original width, and you must scrolle to see whole message.

Also, I there are some line breaks that needs to be there, so I cannot just replace all and with empty string.