com.jdroid.java.mail
Interface MailService

All Known Implementing Classes:
GmailMailService, MailServiceImpl

public interface MailService


Method Summary
 void sendMail(String subject, String body, String sender, String recipient)
           
 

Method Detail

sendMail

void sendMail(String subject,
              String body,
              String sender,
              String recipient)
              throws MailException
Throws:
MailException


Copyright © 2014. All rights reserved.