public interface Mailer
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(String from,
String email,
String subject,
String message)
Sends an email
|
void sendEmail(String from, String email, String subject, String message) throws javax.mail.MessagingException
from - indicates the mail senderemail - indicates the mail receiversubject - indicates the mail subjectmessage - indicates the email messagejavax.mail.MessagingException - exception thrown by the Messaging classesCopyright © 2017. All rights reserved.