public class PasswordResetMailer
extends java.lang.Object
| Constructor and Description |
|---|
PasswordResetMailer(org.jivesoftware.util.EmailService emailService) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(org.jivesoftware.openfire.user.User user,
java.lang.String token)
Sends a password reset email.
|