properties file

how can i read the follow "hi, how are you?" with mail.textToBeSent? The problem is that the "how are you?" is in different line? mail.textToBeSent = hi,how are you?
[186 byte] By [jimmy6a] at [2007-10-2 9:12:18]
# 1
That's not a valid properties file format. Try:mail.textToBeSend=Hi,\nHow are you?(All the usual \ escapes can be used in properties files.)
malcolmmca at 2007-7-16 23:19:21 > top of Java-index,Java Essentials,Java Programming...