Skip to Content
0
Former Member
Apr 16, 2009 at 04:07 PM

Mail Receiver: Attachment gets not generated

30 Views

Hi,

AFAIK in SXMB_MONI in the MappingStep the attachment is shown, when it was created.

My mapping does not show the attachment.

Although my mapping is identical to former XIs where I implementes "Mail with attachment"

We are now on NW04S_16_REL. Does anybody had the same problems?

My field are filled as follows:

/ns0:Mail/Subject = "BlaBla"
/ns0:Mail/From = "xyz@xyz"
/ns0:Mail/To = "xyz@xyz"
/ns0:Mail/Content_Type = Constant: multipart/mixed; boundary="AaBb--984dfgeSSd3532"
/ns0:Mail/Content_Disposition = Constant: attachment
/ns0:Mail/Content =

<Content>--AaBb--984dfgeSSd3532
Content-Type: text/plain; charset=&quot;UTF-8&quot;

some Text
--AaBb--984dfgeSSd3532
Content-Type: text/plain;charset=&quot;UTF-8&quot;;name=attachment.txt

--AaBb--984dfgeSSd3532
ThisSouldbeTheTextInTheAttachment</Content>

Why does the attachment not be generated?

Thanks, Regards

Mario