Hello all, I've recently added commons-email-1.1 to tomcat lib dir. I've succeed sending Html message by using setHtmlMsg(...) method to a Gmail email address. please note that this was done without using the setText(...) method.
I've also notice that when i use both setHtmlMsg(..) and setText(...) i see only the text even though Gmail support html email messages. So now setText(...) is in comment. So what else is needed so i could combine this two functions to work together. Thanks
