how to create a HREF inside a email message-javamail
how to create a HREF inside a email message-javamail
- Subject: how to create a HREF inside a email message-javamail
- From: "Leon zhao" <email@hidden>
- Date: Fri, 17 Oct 2003 01:05:31 +0000
Hey, everyone,
I am writing some code about emailing to every users of my forum. In the
body of the email message, an url is embedded to redirect the users to the
forum. Currently, I am using the format like
String theURL = "http://www.myforum.com"
strMessage.append(theURL);
Then send the strMessage out.
I want we have the URL look like
Please click here to reenter the system
I know I need something like <A HREF = "http://www.myforum.com">please
click here to reenter the system</A>
but how can I put all these (and probably other html tags) into String
theURL?
Thanks in advance.
Leon
_________________________________________________________________
Cheer a special someone with a fun Halloween eCard from American Greetings!
Go to http://www.msn.americangreetings.com/index_msn.pd?source=msne134
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.