| Author |
How to send HTML page in mail insted of text
|
shippu devaraju
Greenhorn
Joined: Feb 26, 2002
Posts: 11
|
|
Hi friends, Can any body tell me how i can send a html page in a mail.Here insted of Plain text i want send an Html page. Thanks In advance bye shippu
|
 |
Jason Brawner
Ranch Hand
Joined: Dec 19, 2001
Posts: 66
|
|
|
How are you sending the email? The JavaMail API?
|
Jason E. Brawner<br />Sun Certified Java Programmer<br />Sun Certified Web Component Developer
|
 |
shippu devaraju
Greenhorn
Joined: Feb 26, 2002
Posts: 11
|
|
|
Yes I am sending via java Mail API
|
 |
Jason Brawner
Ranch Hand
Joined: Dec 19, 2001
Posts: 66
|
|
Here is an example of a servlet sending an HTML email. It doesn't send a distinct page but it can be used to generate HTML to send. Offhand, the only way I can think to send an HTML page is to read in the page thru IO to a String and use message.setContent(yourString). There might be a better way.
|
 |
 |
|
|
subject: How to send HTML page in mail insted of text
|
|
|