public abstract class AbstractEmailService extends Object implements EmailService
| Constructor and Description |
|---|
AbstractEmailService(DomainControllerProperties properties,
DomainUserRepository userRepository,
org.thymeleaf.TemplateEngine templateEngine)
Instantiates a new abstract email service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmailWithCredentials(String userName,
String clearPassword,
org.bremersee.common.model.TwoLetterLanguageCode language)
Send email with credentials.
|
public AbstractEmailService(DomainControllerProperties properties, DomainUserRepository userRepository, org.thymeleaf.TemplateEngine templateEngine)
properties - the propertiesuserRepository - the user repositorytemplateEngine - the template engine@Async public void sendEmailWithCredentials(String userName, String clearPassword, org.bremersee.common.model.TwoLetterLanguageCode language)
EmailServicesendEmailWithCredentials in interface EmailServiceuserName - the user nameclearPassword - the clear passwordlanguage - the languageCopyright © 2020 bremersee.org. All rights reserved.