Can anyone clear my doubts, I have coded program which sends mail directly to inbox with some information and this information is going in just text format line wise, but it has to be modified so that mail goes with data in tabular structure ie in row wise and fields. So i want to just modify my including html tags in between ,but will server sockets supports html or not. But i have done the same uisng javamail package it is perfectly coming in tabular way, but i want to know whether it also works with server sockets, as there is no change in the mail, and it still giving in text format only.