e.printStackTrace();
}
if (selectedSendOption.equals("Generate HTML")) {
send = new GenerateHTML(name, outPutFolder);
} else if (selectedSendOption.equals("Send EMail")) {
//_______________________________________________________________________________________________
send = new SendEMail("text/html");
//---------------------------------------------------------------------------------------