Tuesday, 20 August 2013

Adding a text link to a hyperlink on a email

Adding a text link to a hyperlink on a email

I am working on a notification message in Java that sends a message and a
hyperlink. Now the hyperlink is way too long depending and was asked to
make it like a link text similar to how its done on html and on hotmail.
<'a href="http://www.hello_world.com/"'> Hello world</a>
Now the email i am sending can't be sent as a html page just text. Is
there a way of making this happen on text to where when the user just
see's the word "here" or something and it goes to the hyperlink?

No comments:

Post a Comment