Interface MailService

All Known Implementing Classes:
MailServiceImpl

public interface MailService
Service for sending emails.
Version:
0.4.1
Author:
Davide Costantini
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMail(String recipientAddress, String subject, String text)
    Send email to the specified addreess, with specified subject and text.
  • Method Details

    • sendMail

      void sendMail(String recipientAddress, String subject, String text)
      Send email to the specified addreess, with specified subject and text.
      Parameters:
      recipientAddress - the recipient's email addrss
      subject - the subject of the email
      text - the text of the email