Interface MailService


Author:
Brian Wing Shun Chan
  • Method Details

    • clearSession

      void clearSession()
    • clearSession

      void clearSession(long companyId)
    • getSession

      javax.mail.Session getSession()
    • getSession

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

      javax.mail.Session getSession(long companyId)
    • sendEmail

      void sendEmail(MailMessage mailMessage)