protected void init() throws Exception {
try {
ConfigInterface configManager = (ConfigInterface) this.getService(SystemConstants.BASE_CONFIG_MANAGER);
this._mailManager = (IMailManager) this.getService(JpmailSystemConstants.MAIL_MANAGER);
this._helper = new JpmailTestHelper(configManager, this._mailManager);
} catch (Exception e) {
throw e;
}
}