org.exoplatform.services.mail
Interface MailService
- All Known Implementing Classes:
- MailServiceImpl
public interface MailService
- Since:
- Oct 13, 2004
- Version:
- $Id: MailService.java 5332 2006-04-29 18:32:44Z geaz $
- Author:
- Tuan Nguyen (tuan08@users.sourceforge.net)
getMailSession
javax.mail.Session getMailSession()
getOutgoingMailServer
String getOutgoingMailServer()
sendMessage
void sendMessage(String from,
String to,
String subject,
String body)
throws Exception
- Throws:
Exception
sendMessage
void sendMessage(Message message)
throws Exception
- Throws:
Exception
sendMessage
void sendMessage(javax.mail.internet.MimeMessage message)
throws Exception
- Throws:
Exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.