in reply to Re: Why is MIME::Lite not processing my attachments properly?
in thread Why is MIME::Lite not processing my attachments properly?
Suppose I have 4 files:
file1 = "Red"
file2 = "Blue"
file3 = "Green"
When I run my program, I get an email with 3 attachments on it.
When I open Attachment 1, it correctly says "Red"
When I open Attachment 2, it correctly says "Blue", etc.
However when I view the source for Attachment 1, it reads "RedBlueGreen"...IE the contents of all 3 files. So how can I get the View Source to only read "Red" and not "RedGreenBlue" ???
Thanks!
Robert
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Why is MIME::Lite not processing my attachments properly?
by idnopheq (Chaplain) on Sep 24, 2001 at 22:04 UTC | |
Ra: Why is MIME::Lite not processing my attachments properly?
by baku (Scribe) on Sep 24, 2001 at 22:31 UTC |