Posted: Thu Aug 03, 2006 4:36 am Post subject: IA07 - Multiple text files attachments
Centurion
Joined: 03 Oct 2004 Posts: 142
Hi,
i'm using Sendmail 1.9 plugin to send multiple text files as email attachments. These two text files are specified using two Encoding7Bit elements. When see the email, only one attachment is present, the one corresponding to the last "Encoding7Bit" element in the input message. The same case if have two "EncodingBase64" elements. (However, i get two attachments if have Encoding7Bit & EncodingBase64 elements as specified in the samples). Is there any work around for this or should we just live with this fact that EncodingBase64 & Encoding7Bit elements are not repeatable? The test message i'm using is:
Quote:
<Message>
<From>WBI@CrazyAnts.com</From>
<To>mbunn@CrazyAnts.com</To>
<Subject>An e-mail with two attachments sent by WBI MB V6</Subject>
<Body>
<Line>(See attached file: One.txt)</Line>
<Line>(See attached file: xWMQ2.txt)</Line>
</Body>
<Encoding7Bit ContentType="text/plain" Name="xWMQ1.txt"><![CDATA[Yeehaaaaaaawwwwwwwwwww!!!!!!!!!!!!]]></Encoding7Bit>
<Encoding7Bit ContentType="text/plain" Name="xWMQ2.txt"><![CDATA[http://edi.services.ibm.com/mqseries/spec_sheets.shtml]]></Encoding7Bit>
</Message>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum