• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
how to create a HREF inside a email message-javamail
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: how to create a HREF inside a email message-javamail
      • From: Serge Froment <email@hidden>
  • Prev by Date: Re: MacOSX and MySQL
  • Next by Date: Re: Parse error in wotaskd
  • Previous by thread: Re: crash converting from UTF8
  • Next by thread: Re: how to create a HREF inside a email message-javamail
  • Index(es):
    • Date
    • Thread