public interface EmailService
| Modifier and Type | Method and Description |
|---|---|
void |
sendApiToken(Token token,
String url) |
void |
sendException(String subject,
String body) |
void |
sendFeedback(String email,
String feedback) |
void |
sendForgotPassword(String email,
String url) |
void |
sendForgotPassword(User user,
String url) |
void |
sendRegisterApiNotifyAdmin(User user) |
void |
sendRegisterApiNotifyUser(ApiKey apiKey,
Locale locale) |
void |
sendRegisterNotify(User user) |
void |
sendToken(Token token,
String url) |
void sendToken(Token token, String url) throws EmailServiceException
EmailServiceExceptionvoid sendApiToken(Token token, String url) throws EmailServiceException
EmailServiceExceptionvoid sendRegisterNotify(User user) throws EmailServiceException
EmailServiceExceptionvoid sendForgotPassword(User user, String url) throws EmailServiceException
EmailServiceExceptionvoid sendForgotPassword(String email, String url) throws EmailServiceException
EmailServiceExceptionvoid sendFeedback(String email, String feedback) throws EmailServiceException
EmailServiceExceptionvoid sendException(String subject, String body) throws EmailServiceException
EmailServiceExceptionvoid sendRegisterApiNotifyAdmin(User user) throws EmailServiceException
EmailServiceExceptionvoid sendRegisterApiNotifyUser(ApiKey apiKey, Locale locale) throws EmailServiceException
EmailServiceExceptionCopyright © 2015 Europeana Foundation. All rights reserved.