public class EmailService extends AbstractAgrosystService implements AgrosystService
context__PARANAMER_DATA| Constructor and Description |
|---|
EmailService() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.mail.HtmlEmail |
newEmptyEmail() |
void |
sendCreatedAccountNotification(AgrosystUser user,
String token)
Envoi un mail de notification de création de compte.
|
protected void |
sendEmail(String subject,
String to,
List<String> ccs,
List<String> bccs,
String plainBody,
String htmlBody,
byte[] screenshotData) |
void |
sendFeedback(String user,
String env,
String location,
String locationTitle,
String category,
String feedback,
String requested,
String referer,
byte[] screenshotData)
Send email with user feedback.
|
void |
sendPasswordReminder(AgrosystUser user,
String token) |
easyBind, easyBind, easyBindNoDelete, finalize, getConfig, getContext, getPersistenceContext, getSecurityContext, getSecurityContextAsUser, getTransaction, newInstance, setContextprotected org.apache.commons.mail.HtmlEmail newEmptyEmail()
protected void sendEmail(String subject, String to, List<String> ccs, List<String> bccs, String plainBody, String htmlBody, byte[] screenshotData)
public void sendPasswordReminder(AgrosystUser user, String token)
public void sendFeedback(String user, String env, String location, String locationTitle, String category, String feedback, String requested, String referer, byte[] screenshotData)
public void sendCreatedAccountNotification(AgrosystUser user, String token)
user - updated userCopyright © 2013–2015 Inra. All rights reserved.