Interface EmailSenderServiceSecured
- 
- All Known Implementing Classes:
- EmailSenderServiceSecuredImpl
 
 public interface EmailSenderServiceSecured
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendSimpleEmail(java.lang.String to, java.lang.String subject, java.lang.String text)This method send a email.
 
- 
- 
- 
Method Detail- 
sendSimpleEmailvoid sendSimpleEmail(java.lang.String to, java.lang.String subject, java.lang.String text)This method send a email.- Parameters:
- to- field database entity whose will be send email
- subject- field for database entity and subject for email
- text- field for database entity and content for email
 
 
- 
 
-