
How to use hyperlink that is href tag in core java without swing, frames etc.
My code is
StringBuffer oBodyStringBuffer = new StringBuffer("Message Classification: Restricted.\n\n");
oBodyStringBuffer.append("Dear Sir / Mdm,\n\n");
oBodyStringBuffer.append("\n\n");
oBodyStringBuffer.append("Summary\n");
oBodyStringBuffer.append("\n\n");
The mail is setup is done here and its converted to html and send. Here if i add a hyperlink with text also it shows as plain string, how to create hyperlink for this state
Regards
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.