cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

We are using the mail package to deliver messages to users containing information based on source messages. I am using a UDF to create a string for the <Content></Content> field in the package which would become the body of the email message.

My problem is I can't seem to find the correct escape characters for entering new lines in email body in order to format the message nicely. So far I've tried using /n and &#xA; but these just show up as-is in the payload.

Another possible problem might be the content type I'm using - right now I have it set to text/plain;charset="UTF-8". Thanks in advance for your help.

Mike

0 Likes
View Entire Topic
Former Member
0 Likes

Thanks, it's working now.