cancel
Showing results for 
Search instead for 
Did you mean: 

Mail and attachment (Sender Channel)

Former Member
0 Kudos

Hi,

I receive e-mails with attachments. These are processed correctly because I addad the PayloadSwapBean into the module chain of the communication channel.

Sometimes (when I send an e-mail with attachment from my own e-mail account) the attachment is not processed.

Is there a specific way to send the attachments?

Best regards

ROn

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Ron,

<i>Sometimes (when I send an e-mail with attachment from my own e-mail account) the attachment is not processed.</i>

You mean you send an email from the same account to the same account so that the sender mail adapter can pick the new mail?

Just make sure that KEEP ATTACHMENTS is selected in the mail adapter , and the name of the attachment is as expected by your Payloadsawpbean.

Regards,

bhavesh

Former Member
0 Kudos

Hi Ron,

Make sure that Keep attachments is checked

and

Check out this blogs :

/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step

/people/sravya.talanki2/blog/2006/01/12/xi-triggering-e-mails-with-multiple-attachments--problems

Hope it helps

Regards,

Mani

Former Member
0 Kudos

Hi,

What I meant was that i send email from my account ron@xxxx.nl to edi@xxxx.nl

The mail adapter is polling with POP on edi@xxxx.nl.

When I look in the messaging system I find the message

2006-07-14 10:46:51 Success Swap: swapping by Content-Description ? MailAttachment-1

2006-07-14 10:46:51 Success Swap: no matching payload found

But the emails that are processed correctly also have this message....

We are on SP14

Ron

Message was edited by: Ron van der Sterren

Former Member
0 Kudos

Hi I looked at the blogs but everything seems ok.

Ron

bhavesh_kantilal
Active Contributor
0 Kudos

Ron,

<i>no matching payload found</i>

Does the mail have the attachment named <b>MailAttachment-1</b>

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

No,

the attachment has a variable name (it has a timestamp in it's name)

Ron