Hi,
I've search through the archives with little success on this problem. Hopefully someone can point me in the right direction.
I am using MIME_mail to send a user requesting a file an email with the file as an attachment.
Almost all works great - the email, the attachement, etc.. My problem is with the text of my message.
I want to write a note that is several lines long (saluation, body of note, etc.). So I feed the $body parameter a long string containing the text of my note. The problem is that when the user receives the email there are hard returns (approximately) every 78 characters with no descretion where the hard returns happen. This happens regardless of what I try. It is no use forcing hard returns via /n or /r since they are counted as one character each and land up making the note look even worse.
Any help or insight would be greatly appreciated. This is the only part of my project I don't have working yet.
Many thanks,
Peter