Package com.liferay.mail.kernel.service
Interface MailService
@Transactional(rollbackFor={PortalException.class,SystemException.class})
public interface MailService
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearSession(long companyId) javax.mail.Sessionjavax.mail.SessiongetSession(long companyId) javax.mail.SessiongetSession(Account account) voidsendEmail(MailMessage mailMessage)
-
Method Details
-
clearSession
void clearSession() -
clearSession
void clearSession(long companyId) -
getSession
javax.mail.Session getSession() -
getSession
-
getSession
javax.mail.Session getSession(long companyId) -
sendEmail
-