public class DefaultEmailSenderProvider extends Object implements EmailSenderProvider
Constructor and Description |
---|
DefaultEmailSenderProvider(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
send(RealmModel realm,
UserModel user,
String subject,
String textBody,
String htmlBody) |
public DefaultEmailSenderProvider(KeycloakSession session)
public void send(RealmModel realm, UserModel user, String subject, String textBody, String htmlBody) throws EmailException
send
in interface EmailSenderProvider
EmailException
Copyright © 2016 JBoss by Red Hat. All rights reserved.