Simply include the url. Whether or not that url becomes a "hyperlink" depends on the tool being used to view the mail.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Then ask yahoo mail if there is any thing special you have to do to get yahoo to create "hyperlinks". I don't know why you're asking here, this is not anywhere even close to a Java issue.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
No, as I have no idea what you mean by "rediffmail".
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
you may have better luck if you send the email as hypertext or have a html attachment.
try just enclosing the url in tags as such
String text=" Hello welcome,
click here to enjoy ";
see how something like that works.
I don't know what class you are using but I would assume that you can send a HTML attachment, That will be displayed correctly in most mail applications and then any links you send will be displayed correctly.
Unless, of course, HTML display is disabled in the Mail tool, which many companies have it disabled by default.
Edit: But, once again, this is still a mail tool problem and has absolutely nothing to do with Java.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
you'll need to send the message as html, including the proper mime types for the message content.
JavaMail I think offers that, but I don't know how to activate it (I hate non-text email).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337