Interface MailService


@Transactional(enabled=false) public interface MailService
Author:
Brian Wing Shun Chan
  • Method Details

    • clearSession

      void clearSession()
    • clearSession

      void clearSession(long companyId)
    • getMailId

      String getMailId(String mx, String popPortletPrefix, Object... ids)
    • getPOPServerSubdomain

      String getPOPServerSubdomain()
    • getSession

      jakarta.mail.Session getSession()
    • getSession

      jakarta.mail.Session getSession(Account account)
    • getSession

      jakarta.mail.Session getSession(long companyId)
    • isPOPServerNotificationsEnabled

      boolean isPOPServerNotificationsEnabled(long companyId)
    • isPOPServerUser

      boolean isPOPServerUser(String emailAddress)
    • sendEmail

      void sendEmail(MailMessage mailMessage)