*
* @see org.wymiwyg.rwcf.Handler#init(org.wymiwyg.rwcf.HandlerConfig)
*/
public void init(HandlerConfig config) {
model = config.getResource().getModel();
hashStore = new HashStore(new File(config.getHandlerContext()
.getResource("hashstore").getFile()));
// Dmail.smtp.host=smtp.tic.ch -Dmail.smtp.port=25
/*
* props.setProperty("mail.transport.protocol", "smtp");
* props.setProperty("mail.host", "mymail.server.org");