Package | Description |
---|---|
org.apache.jetspeed.administration |
Modifier and Type | Method and Description |
---|---|
User |
PortalAdministration.lookupUserFromEmail(String email)
Lookup a Jetspeed user, given an email address
|
void |
PortalAdministration.sendEmail(javax.portlet.PortletConfig portletConfig,
String emailAddress,
String localizedSubject,
String template,
Map<String,String> userAttributes)
Using the portal's email configuration settings, sends an email to a mail recipient.
|
void |
PortalAdministration.sendEmail(String from,
String subject,
String to,
String text)
Using the portal's email configuration, sends a simple email to a mail recipient.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.