message.setText(content);
emailStore.connect(outServer, code, password);
Transport.send(message);
emailStore.close();
} catch (MessagingException e) {
throw new DmException("Could not send an email: " + e.getMessage());
} catch (IllegalStateException e) {
throw new DmException("Could not send an email: " + e.getMessage());
}
}