HTML received a s text
If I send a message in HTML message.setDataHandler(new DataHandler(htmlTemplate,"text/html"));
it is still being received in text through some web interface mail browsers (e.g lineone). Also when hotmail receives it two copies are displayed.
What can I do to only allow one copy to be displayed and always ensure it is received as html?
I'm quite stuck, and this things needs to be able to send out html to bulk mailing lists so it needs to be sorted quite fast.
Any help appreciated

