cancel
Showing results for 
Search instead for 
Did you mean: 

javax mail HyperLink

vipin_v2
Participant
0 Kudos

Hi,

I have implemented send email functionality using javax mail however the hyperlink in the email content is getting displayed as plain text, have tried multiple options by setting message.setText(messageBody,"UTF-8", "html");  and others but nothing seems to work.

Version of the application server is 7.3 SP3

Please suggest is it something wrong with the java client that is not supporting or any other property like above that needs to be set.

Thanks.

Vipin.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

did u really put html content in the body or not?

vipin_v2
Participant
0 Kudos

Yes the content has html content in it like:

<p><a href="http://www.google.com">www.google.com</a></p><br/><p>

Thanks,

Vipin.