Class SendMailConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getHostName() The address of the outgoing SMTP server that will be used to send the message.
      final Integer getPort() The port used for the SMTP server.
      final String getUsername() The username to authenticate with the SMTP server.
      final String getPassword() The password to authenticate with the SMTP server.
      final Boolean getUseSsl() Configuration if SSL/TLS encryption should be enabled with the SMTP server.
      final String getFromAddress() The 'from' field of the outgoing email.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHostName

         final String getHostName()

        The address of the outgoing SMTP server that will be used to send the message.

      • getUsername

         final String getUsername()

        The username to authenticate with the SMTP server.

      • getPassword

         final String getPassword()

        The password to authenticate with the SMTP server.

      • getUseSsl

         final Boolean getUseSsl()

        Configuration if SSL/TLS encryption should be enabled with the SMTP server.