Hi! I'm using javax.mail in a webappliction. The message and subject vary as to who the recipient is, certain properties etc. To alert the reciever I would like to be able to use a BIG font sometimes in the message. Can someone tell if this is possible? Should I use java.awt.Font to somehow format the message? Thanks in advance!
Steffe
Ankur Goyal
Greenhorn
Joined: Feb 04, 2002
Posts: 13
posted
0
Create a mime message of 'text/html' content-type and use HTML tags to format ur content. It's like embedding an HTML page in ur email.
Let me know if I am wrong ! <img src="smile.gif" border="0">
Stefan Elfvinge
Ranch Hand
Joined: Oct 29, 2001
Posts: 52
posted
0
Working excellent, thanks!!!
Garrett Smith
Ranch Hand
Joined: Jun 27, 2002
Posts: 401
posted
0
The message and subject vary as to who the recipient is, certain properties etc