Package com.helixframework.email
Interface EmailService
- All Known Implementing Classes:
DummyEmailService,SmtpEmailService
public interface EmailService
Represents a service for sending emails.
-
Method Summary
-
Method Details
-
send
Sends an email to the specified recipient.- Parameters:
to- the email address of the recipientsubject- the subject line of the emailbody- the body content of the email
-