Interface EmailSender
- All Known Implementing Classes:
ConsoleEmailSender, SmtpEmailSender
public interface EmailSender
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendLoginCode(String recipient, String username, String code)
-
Method Details
-
sendLoginCode
-