Properties props = loadProperties("mail.properties", true);
// Create mail notification
MailNotificationImpl mail = null;
try {
MailDeliveryImpl mailDelivery = new MailDeliveryImpl();
mailDelivery.setMailProperties(props);
mail = new MailNotificationImpl(atlasName, mailDelivery, couchDb);
mail.setMailProperties(props);
} catch(Exception e) {