cancel
Showing results for 
Search instead for 
Did you mean: 

Reciever Mail Content to "UTF-8"

former_member193466
Participant
0 Kudos

Hi Experts

We have an issue with mail triggering from SAP PO which is triggering al the mails as - Content-Type: text/plain due to which our domain mail filtering is blocking the mails.

I have used to take the Content conversion to UTF-8 explicitly, though the mail propertis showing content type as test/plain only.

Can someone please suggest how can we achieve this as by the Mail content should be UTF-8 or Binary.

Thanks

VR

Accepted Solutions (0)

Answers (3)

Answers (3)

RaghuVamseedhar
Active Contributor
0 Kudos

VR,

Please try MessageTransformBean ContentType: text/xml; charset=UTF-8 OR application/xml; charset=UTF-8

If it does not work. Then try steps in this blog, in message mapping map Content_Type "text/xml; charset=UTF-8" OR "application/xml; charset=UTF-8".

FYI.. section 3.2.3

How to use mail adapter

azharshaikh
Active Contributor
0 Kudos

Hi VR,

Please check the following blog, for conversion steps using std adapter modules:

Hope it helps

Regards,
Azhar

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Have you tried using MessageTransformBean to change the content-type?

Regards,

Mark