throws ConfiguratorException, IOException {
super();
DesEncrypter encrypter = new DesEncrypter(IConst.VALUES.ENCRYPTER_KEY);
mailuser = config.get(IConst.CONFIG.MAILUSER);
mailpassword = encrypter.decrypt(config.get(IConst.CONFIG.MAILPASSWORD));
}
/**
* DOCUMENT ME!