cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Mail Adapter : Creating mail content

Vijay_S_Rajput
Advisor
Advisor
0 Kudos

Hi Everyone,

We have a scenario, where we have to send mail through Receiver mail adapter. For sending the mail we are using Mail XSD. There is a element "CONTENT" in XSD which is used for the body for the mail.

We are using Graphical mapping to creating the mail body. We have a fixed format for mail body which include proper formatting, for this purpose we need to use new line character within XML Data.

Please help me out how to insert new line character with XML Data by using graphical mapping.

Thanks and Regards,

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Simple option would be to use a UDF and create the string (body of your mail) with the formating using \n for new line character and \t for tab.

You can also achieve this using XSLT mapping. There are some sample blogs in SDN on the same topic.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi

If you want to use XSLT mapping you can use these

/people/community.user/blog/2006/09/07/email-reporting

/people/community.user/blog/2006/09/08/email-report-as-attachment-excelword

Else you can use a User Defined Function usinf formatting characters, which will be easy.

Thanks