Interface EmailService
- All Known Implementing Classes:
EmailServiceImpl
public interface EmailService
Service interface for mail senders.
-
Method Summary
-
Method Details
-
sendMail
Sends email to specific mail-address.- Parameters:
to
- an email address of the consumersubject
- the subject of the mailtext
- the text of the mail
-