Interface MailService

    • Method Detail

      • sendHtmlMail

        void sendHtmlMail​(String to,
                          String subject,
                          String body)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMail
        Parameters:
        to -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendHtmlMail

        void sendHtmlMail​(String to,
                          String cc,
                          String subject,
                          String body)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMail
        Parameters:
        to -
        cc -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendHtmlMail

        void sendHtmlMail​(String to,
                          String cc,
                          String subject,
                          String body,
                          Collection mimeBodyParts)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMail
        Parameters:
        to -
        cc -
        subject -
        body -
        mimeBodyParts -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendHtmlMail

        void sendHtmlMail​(String to,
                          String subject,
                          String body,
                          Collection mimeBodyParts)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMail
        Parameters:
        to -
        subject -
        body -
        mimeBodyParts -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendHtmlMailToActors

        void sendHtmlMailToActors​(String[] actors,
                                  String subject,
                                  String body)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMailToActors
        Parameters:
        actors -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendHtmlMailToActors

        void sendHtmlMailToActors​(String[] actors,
                                  String cc,
                                  String subject,
                                  String body)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendHtmlMailToActors
        Parameters:
        actors -
        cc -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMail

        void sendTextMail​(String to,
                          String subject,
                          String body)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMail
        Parameters:
        to -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMail

        void sendTextMail​(String to,
                          String cc,
                          String subject,
                          String body)
                   throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMail
        Parameters:
        to -
        cc -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMailToActors

        void sendTextMailToActors​(String[] actors,
                                  String subject,
                                  String body)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMailToActors
        Parameters:
        actors -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMailToActors

        void sendTextMailToActors​(String[] actors,
                                  String cc,
                                  String subject,
                                  String body)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMailToActors
        Parameters:
        actors -
        cc -
        subject -
        body -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMailToActors

        void sendTextMailToActors​(String[] actors,
                                  String cc,
                                  String subject,
                                  String body,
                                  Collection mimeBodyParts)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMailToActors
        Parameters:
        actors -
        cc -
        subject -
        body -
        mimeBodyParts -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • sendTextMailToActors

        void sendTextMailToActors​(String[] actors,
                                  String subject,
                                  String body,
                                  Collection mimeBodyParts)
                           throws es.caib.seycon.ng.exception.InternalErrorException
        Operation sendTextMailToActors
        Parameters:
        actors -
        subject -
        body -
        mimeBodyParts -
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException