java mail

hi, i have a problem with java mail, i want to send an e-mail with mani lines, like this:line 1line 2line 3when i try to send an e-mail it goes like thisline 1 line 2 line 3i will apreciate your help.
[249 byte] By [spiderkaa] at [2007-10-1 22:07:53]
# 1

Hi,

Java mail can be send as text message or in HTML form. the nature of problem you mentioned can appear when you are sending HTML message, to avaoid this you can simply insert a

tag in between of lines, something like this -

line 1

line 2

line 3

Try this i hope it will work for you.

Cheers!

Sandeep Raikwar

skraikwara at 2007-7-13 8:21:17 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...