com.hack23.cia.service.api
Interface MailService

Package class diagram package MailService
All Known Implementing Classes:
MailServiceImpl

public interface MailService

The Interface MailService.


Method Summary
 void sendMail(String from, String to, String subject, String msg)
          Send mail.
 

Method Detail

sendMail

void sendMail(String from,
              String to,
              String subject,
              String msg)
Send mail.

Parameters:
from - the from
to - the to
subject - the subject
msg - the msg


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.