box.system.core.mail.concurrent.Callable interface">
ColdBox Platform Version 3.0.0
Callable

coldbox.system.core.mail
Class MailSettingsBean

WEB-INF.cftags.component
        extended by coldbox.system.core.mail.MailSettingsBean

public class MailSettingsBean
extends WEB-INF.cftags.component

I model mail server settings


Constructor Summary
init([string server=''], [string username=''], [string password=''], [string port=''])
          I return a mail setting bean
 
Method Summary
 any getMemento()
          Get the memento
 any getPassword()
          Get Password
 any getPort()
          Get port
 any getServer()
          Get server
 any getUsername()
          Get Username
 void setMemento(struct memento)
          Set the memento
 any setPassword([string Password])
          Set Password
 any setPort([string port])
          Set port
 any setServer([string server])
          Set server
 any setUsername([string Username])
          Set Username
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init([string server=''], [string username=''], [string password=''], [string port=''])
I return a mail setting bean.

Parameters:
server
username
password
port
Method Detail

getMemento

public any getMemento()
Get the memento


getPassword

public any getPassword()
Get Password


getPort

public any getPort()
Get port


getServer

public any getServer()
Get server


getUsername

public any getUsername()
Get Username


setMemento

public void setMemento(struct memento)
Set the memento

Parameters:
memento

setPassword

public any setPassword([string Password])
Set Password

Parameters:
Password

setPort

public any setPort([string port])
Set port

Parameters:
port

setServer

public any setServer([string server])
Set server

Parameters:
server

setUsername

public any setUsername([string Username])
Set Username

Parameters:
Username

ColdBox Platform Version 3.0.0