| Author |
HTML and the Desktop Class
|
Alan Shiers
Ranch Hand
Joined: Sep 24, 2003
Posts: 216
|
|
Hi there,
As most are already familiar, often we get emails in our email clients that are strictly HTML as apposed to plain text. I wanted to use the Desktop class to send an email that also was marked up using HTML. Like so:
This didn't have the desired affect. When the new email client window opened the body field contained all of the markup text. I expected to just see "Hello There" in a purple font. Is there a way to have the email client load up and display the HTML properly?
Alan
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4164
|
|
|
You can use the JavaMail API with the content type "text/html"
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: HTML and the Desktop Class
|
|
|