| Package | Description |
|---|---|
| edu.emory.cci.aiw.cvrg.eureka.services.email |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeMarkerEmailSender.sendActivationMessage(UserEntity inUser) |
void |
EmailSender.sendActivationMessage(UserEntity user)
Send an activation email to the user.
|
void |
FreeMarkerEmailSender.sendPasswordChangeMessage(UserEntity inUser) |
void |
EmailSender.sendPasswordChangeMessage(UserEntity user)
Send a password change email to the user.
|
void |
FreeMarkerEmailSender.sendPasswordResetMessage(UserEntity inUser,
String inNewPassword) |
void |
EmailSender.sendPasswordResetMessage(UserEntity user,
String newPassword)
Send a password reset email to the user.
|
void |
FreeMarkerEmailSender.sendVerificationMessage(UserEntity inUser)
Sends a verification email.
|
void |
EmailSender.sendVerificationMessage(UserEntity user)
Send a verification email to the user.
|
Copyright © 2012–2016 Emory University. All rights reserved.