I have a program in which I am sending the mail and my mail body is contains the following content..
abcParameters.put(defConstants.REPORT_MESSAGE, "Invalid file sent by tt. Hence ffgghh was unable
to process it : " + s+ "\n" +e.getMessage().toString());
Now the issue is that outlook does not accept line breaks but I need line breaks afte the customised message and exception message so please advise how to achieve this
"` instead of `"\n"`. – pfyod Jul 16 '13 at 11:09