Interface IEmailService

All Known Implementing Classes:
EmailService

public interface IEmailService
  • Method Details

    • sendActivationEmail

      @Async void sendActivationEmail(User user) throws jakarta.mail.MessagingException
      Throws:
      jakarta.mail.MessagingException
    • sendResetPassword

      @Async void sendResetPassword(User user) throws jakarta.mail.MessagingException
      Throws:
      jakarta.mail.MessagingException