if (emailList.length > 0)
{
String siteName = Common.hostList.getHost(getHostID()).getSiteDescription();
String attachedFilename = Common.base_dir + java.io.File.separator + inputPath + fromFile;
logger.debug("Attaching file " + Common.base_dir + java.io.File.separator + inputPath + fromFile);
mail.postMail(emailList, "Error Processing Incoming " + gmh.getInterfaceType() + " for [" + siteName + "] on " + JUtility.getClientName(), errorMessage, fromFile, attachedFilename);
com.commander4j.util.JWait.milliSec(2000);
}
}
}