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
java.lang.String getOutgoingMailServer()
sendMessage
void sendMessage(java.lang.String from,
java.lang.String to,
java.lang.String subject,
java.lang.String body)
throws java.lang.Exception
- Throws:
java.lang.Exception
sendMessage
void sendMessage(Message message)
throws java.lang.Exception
- Throws:
java.lang.Exception
sendMessage
void sendMessage(javax.mail.internet.MimeMessage message)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.