public interface EmailService
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmailWithCredentials(@NotNull String userName,
String clearPassword,
org.bremersee.common.model.TwoLetterLanguageCode language)
Send email with credentials.
|
void sendEmailWithCredentials(@NotNull
@NotNull String userName,
@Nullable
String clearPassword,
@Nullable
org.bremersee.common.model.TwoLetterLanguageCode language)
userName - the user nameclearPassword - the clear passwordlanguage - the languageCopyright © 2020 bremersee.org. All rights reserved.