i am implementing email service using spring, where users can enter the email subject and the Email body from the form and can send an email. Here i was able to send the email successfully..but I need to translate the line breaks/tabs entered by the user in the email body form and need to translate to the same in actual email that will be sent...as right now it don't translate the linebreaks and send all the text entered by the user in a single line..Need help in formatting this..i am implementing email service using spring, w