Embedding url into html email with java mail

huntercaribou

New Member
How do I embed a url reference with Java mailThere are multiple example to replace : with : with Java code to support this :\[code\]MessagePart1.setHeader("Content-ID","myimage"); \[/code\]Can anyone help to figure out how to use a cid or other mechanism if I want to embed support for url ?In this example, how to support images/BK_1.gif ?\[code\]<td width="17" style="background: #6666 url(images/BK_1.gif) bottom left repeat-x;background-color:#888777;padding:6px 0 5px 0;color:#fffaaa;border-bottom:1px solid #fffaaa;">&nbsp;</td>\[/code\]
 
Back
Top