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 TypeMethodDescriptionvoid
void
clearSession
(long companyId) javax.mail.Session
javax.mail.Session
getSession
(long companyId) javax.mail.Session
getSession
(Account account) void
sendEmail
(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
-