Thread

Posted on Wed Nov 23 20:52:40 2005 by david
MIME-Lite problem
I hope someone can help me. I've tried everything I can think of. I am trying to send an email which will have as the "body" of the mail -- the data from a .txt file. It will also have an attachment of another .txt file. I can get it to attach either one, or both files, but cannot get it to have the data I want in the body with the attachment as well. I see no way of doing this. If you code more than one "attach" option, it attaches both files. If I just have one "attach" block of code, with no disposition, it gives me the body the way I want it, but as soon as I try to attach the other file with disposition of "attachment", then both files show as attachments, with nothing in the body of the message. PLEASE HELP!
Direct Responses: 1409 | Write a response
Posted on Sat Nov 26 17:33:14 2005 by johnboy in response to 1395
Re: MIME-Lite problem
Can't offer a fix, but an observation. But you might get some insight by looking at the raw email with and without. The L-Soft list server has a similar characteristic. L-Soft permits a "trailer" file which can hold the lawyer's caveat chorus or other standard notice. A single attachment converts the trailer from body-text into an attachment. I could see and explain what was happening in the raw email but, to my knowledge, they never "fixed" it to work the way I wanted it. It may be an RFC 2821 conformance issue.
Write a response