Interface EmailSender

All Known Implementing Classes:
ConsoleEmailSender, SmtpEmailSender

public interface EmailSender
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendLoginCode(String recipient, String username, String code)
     
  • Method Details