public interface MailService
void
sendMail(String subject, String body, String sender, String recipient)
void sendMail(String subject, String body, String sender, String recipient) throws MailException
MailException
Copyright © 2014. All rights reserved.