Please help me

Hi

I am trying to send mail from my application

i am generating the content of mail as HTML by using StringBuffer.

like msg.append(" html stuff"+ form.getValue) in my action Class.I think it is not the best practice. i will be very thank ful to you all , if any one can provind me a simple class or template where we can generate the Content of mail just my passsing parameters.

Thank you

Regards

Chandu

[451 byte] By [Viilasa] at [2007-10-2 20:57:02]
# 1
StringBuffer is fine. StringBuilder is better. Avoid the use of "+" toconcatenate strings if you're worried about efficiency.
bshannona at 2007-7-13 23:41:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...