| Package | Description |
|---|---|
| eu.europeana.corelib.web.email | |
| eu.europeana.corelib.web.email.impl | |
| eu.europeana.corelib.web.service | |
| eu.europeana.corelib.web.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailBuilder.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailBuilderImpl.setTemplate(String template) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailService.sendActivationToken(Token token,
String apiHost)
Send an activation link to a new user account
|
void |
EmailService.sendApiKeys(ApiKey apiKey)
Send API keys to new api registration
|
void |
EmailService.sendException(String subject,
String body)
Sends exception to the site admin
|
void |
EmailService.sendFeedback(String email,
String feedback)
Sends the user's feedback to the site admin, and sends an thanking email to the user
|
void |
EmailService.sendForgotPassword(String email,
String url)
Sends and email to user in case of forgotting password.
|
void |
EmailService.sendForgotPassword(User user,
String url)
Sends and email to user in case of forgotting password.
|
void |
EmailService.sendNewPasswordToken(Token token,
String apiHost,
String salutation) |
void |
EmailService.sendPasswordResetConfirmation(User user,
String salutation) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailServiceImpl.sendActivationToken(Token token,
String apiHost) |
void |
EmailServiceImpl.sendApiKeys(ApiKey apiKey) |
void |
EmailServiceImpl.sendException(String subject,
String body) |
void |
EmailServiceImpl.sendFeedback(String email,
String feedback) |
void |
EmailServiceImpl.sendForgotPassword(String email,
String url) |
void |
EmailServiceImpl.sendForgotPassword(User user,
String url) |
void |
EmailServiceImpl.sendNewPasswordToken(Token token,
String apiHost,
String salutation) |
void |
EmailServiceImpl.sendPasswordResetConfirmation(User user,
String salutation) |
Copyright © 2018 Europeana Foundation. All rights reserved.