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