Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.modules.email.SMTPConfiguration Class Reference
+ Inheritance diagram for com.mendix.modules.email.SMTPConfiguration:

List of all members.

Public Member Functions

 SMTPConfiguration ()
boolean useSSLSMTP ()
void setUseSSLSMTP (boolean useSSLSMTP)
int getSMTPPort ()
void setSMTPPort (int port)
String getSMTPHost ()
void setSMTPHost (String host)
String getUserName ()
void setUserName (String userName)
String getUserPass ()
void setUserPass (String userPass)
String getFromAddress ()
void setFromAddress (String fromAddress)
String getReplyToAddress ()
void setReplyToAddress (String replyToAddress)

Constructor & Destructor Documentation

com.mendix.modules.email.SMTPConfiguration.SMTPConfiguration ( )

Member Function Documentation

String com.mendix.modules.email.SMTPConfiguration.getFromAddress ( )
Returns:
the from address

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

String com.mendix.modules.email.SMTPConfiguration.getReplyToAddress ( )
Returns:
the reply-to address

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

String com.mendix.modules.email.SMTPConfiguration.getSMTPHost ( )
int com.mendix.modules.email.SMTPConfiguration.getSMTPPort ( )
String com.mendix.modules.email.SMTPConfiguration.getUserName ( )
String com.mendix.modules.email.SMTPConfiguration.getUserPass ( )
void com.mendix.modules.email.SMTPConfiguration.setFromAddress ( String  fromAddress)
Parameters:
fromAddressThe address from which the mail will be sent

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setReplyToAddress ( String  replyToAddress)
Parameters:
replyToAddressthe address which will be set as reply-to address (if not left empty)

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setSMTPHost ( String  host)
Parameters:
hostthe sMTPHost to set

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setSMTPPort ( int  port)
Parameters:
portthe SMTPPort to set

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setUserName ( String  userName)
Parameters:
userNamethe userName to set

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setUserPass ( String  userPass)
Parameters:
userPassthe userPass to set

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

void com.mendix.modules.email.SMTPConfiguration.setUseSSLSMTP ( boolean  useSSLSMTP)
Parameters:
useSSLSMTPthe useSSLSMTP to set

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.

boolean com.mendix.modules.email.SMTPConfiguration.useSSLSMTP ( )
Returns:
the useSSLSMTP

Implements com.mendix.modules.email.interfaces.ISMTPConfiguration.


The documentation for this class was generated from the following file: