| Author |
Including hyperlink in java mail
|
Deepesh Puthan
Greenhorn
Joined: Sep 27, 2011
Posts: 2
|
|
|
how to set a hyper link in a mail that is created through java code using java mail api 1.4
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
The easiest way is to just simply put the URL into the text of the e-mail. Quite often e-mail clients will detect URLs like that and display them as links.
Your other option is to send the e-mail as HTML, and to put the appropriate HTML codes for a hyperlink into the text.
(This doesn't have anything to do with JSP so I'm moving it to a suitable forum.)
|
 |
 |
|
|
subject: Including hyperlink in java mail
|
|
|