I do believe your problem is you're trying to connect the mail 'hosting' website to your localhost rather than to something like GMAIL in this line;



String host = "localhost";


I could be...