Package com.liferay.mail.kernel.service
Interface MailService
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearSession(long companyId) jakarta.mail.Sessionjakarta.mail.SessiongetSession(long companyId) jakarta.mail.SessiongetSession(Account account) booleanisPOPServerNotificationsEnabled(long companyId) booleanisPOPServerUser(String emailAddress) voidsendEmail(MailMessage mailMessage)
-
Method Details
-
clearSession
void clearSession() -
clearSession
void clearSession(long companyId) -
getMailId
-
getPOPServerSubdomain
String getPOPServerSubdomain() -
getSession
jakarta.mail.Session getSession() -
getSession
-
getSession
jakarta.mail.Session getSession(long companyId) -
isPOPServerNotificationsEnabled
boolean isPOPServerNotificationsEnabled(long companyId) -
isPOPServerUser
-
sendEmail
-