com.hack23.cia.service.impl
Class MailServiceImpl
java.lang.Object
com.hack23.cia.service.impl.MailServiceImpl
- All Implemented Interfaces:
- MailService
@Component(value="MailService")
public class MailServiceImpl
- extends Object
- implements MailService
The Class MailServiceImpl.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailServiceImpl
public MailServiceImpl()
sendMail
public void sendMail(String from,
String to,
String subject,
String msg)
- Description copied from interface:
MailService
- Send mail.
- Specified by:
sendMail
in interface MailService
- Parameters:
from
- the fromto
- the tosubject
- the subjectmsg
- the msg
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.