@Transactional(rollbackFor={PortalException.class,SystemException.class}) public interface MailService
Modifier and Type | Method and Description |
---|---|
void |
clearSession() |
void |
clearSession(long companyId) |
javax.mail.Session |
getSession() |
javax.mail.Session |
getSession(Account account) |
void |
sendEmail(MailMessage mailMessage) |
void clearSession()
void clearSession(long companyId)
javax.mail.Session getSession()
javax.mail.Session getSession(Account account)
void sendEmail(MailMessage mailMessage)