throw new Exception("Password reminder notices are not enabled");
}
// Get list of recipients
List<MailRecipient> recipients = new Vector<MailRecipient>();
recipients.add( new MailRecipient(emailAddress) );
logger.info("Sending password reminder notification to "+recipients);
Map<String,String> parameters = new HashMap<String,String>();
{