cancel
Showing results for 
Search instead for 
Did you mean: 

Resend email message as an attachment

former_member192343
Active Contributor
0 Kudos

Hi, help me please.

I need to resend email message as an attachment (.eml file), email message itself has also its own attachment.

Or I need to get entire content of email message and put it into a file. How can I get it?

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mukahil,

Another tip: the Mail API could help you with a java mapping to get the mail and to send it, check this document http://scn.sap.com/docs/DOC-33036

Regards.

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mikhail,

You can do two scenarios Mail to file and file to Mail:

Mail to file: http://wiki.scn.sap.com/wiki/display/XI/Step+by+Step+Mail+To+File+Scenario

File to mail: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0a27c01-26b0-2c10-bd8a-94498efa7...

Although, i think it is possible in the mapping step with a java mapping or UDF do this issue.

Regards.