Interface EmailService

All Known Implementing Classes:
EmailServiceImpl

public interface EmailService
Service interface for mail senders.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMail(String to, String subject, String text)
    Sends email to specific mail-address.
  • Method Details

    • sendMail

      void sendMail(String to, String subject, String text)
      Sends email to specific mail-address.
      Parameters:
      to - an email address of the consumer
      subject - the subject of the mail
      text - the text of the mail