Class SMTPConfiguration

java.lang.Object
com.mendix.modules.email.SMTPConfiguration
All Implemented Interfaces:
ISMTPConfiguration

public class SMTPConfiguration extends Object implements ISMTPConfiguration
Represents an SMTP configuration.
  • Constructor Details

    • SMTPConfiguration

      public SMTPConfiguration()
      Creates an empty default SMTP configuration.
    • SMTPConfiguration

      public SMTPConfiguration(int smtpPort, String smtpHost, String userName, String userPass, boolean useSSLSMTP, String fromAddress, String replyToAddress)
      Instantiate SMTPConfiguration using given parameters.
      Parameters:
      smtpPort - smtp port
      smtpHost - smtp host
      userName - user name
      userPass - password
      useSSLSMTP - use SSL
      fromAddress - from address
      replyToAddress - replyTo address
  • Method Details