+ "Success Subject: " + success;
log.debug(testString);
Vector destination= new Vector();
destination.add(to);
model.sendMail(from, destination, "Testing mail-addresses", testString, via);
log.info("Mail sent successfully!!");
}
catch (UnknownHostException e1)
{
log.error("Invalid Mail Server ", e1);