Package org.keycloak.email
Interface EmailSenderProvider
- All Superinterfaces:
 Provider
- All Known Implementing Classes:
 DefaultEmailSenderProvider
- Author:
 - Stian Thorgersen
 
- 
Method Summary
 
- 
Method Details
- 
send
default void send(Map<String, String> config, UserModel user, String subject, String textBody, String htmlBody) throws EmailException- Throws:
 EmailException
 - 
send
void send(Map<String, String> config, String address, String subject, String textBody, String htmlBody) throws EmailException- Throws:
 EmailException
 
 -