I want to send a simple HTML table which is saved in a java variable:
String table = "<table border=1> <tr><td>blabla</td></tr> </table>";
in outlook to any email adress. The HTML should be formatted and not in plain text.
How do I do that?
thanks.