Interface IMailSender

    • Method Detail

      • sendMail

        void sendMail​(SessionConfig sessionConfig,
                      ISingleMail mail,
                      ITransaction transaction)
               throws PortalException
        Sends a mail.
        Parameters:
        sessionConfig - the user session information
        mail - information about the mail to be sent.
        transaction - the transaction for persistence access.
        Throws:
        PortalException - if it was not possible to send the mail.