how to split a string in to multiple lines in an email body while sending a mail from ax 2009

hi…

i am passing a string to sysmailer.htmlbody() method and after sending a mail from ax 2009 i am getting that string i.e., body in a single line.but i want to show that string in a multiple lines.how can i do it.

any help…

When sending emails using html, you should enter a new line by using a proper html tag, for example

thanks a lot,that helped me