box.system.core.mail.concurrent.Callable interface">
|
ColdBox Platform Version 3.0.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.core.mail.MailSettingsBean
public class MailSettingsBean
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 |
|---|
public init([string server=''], [string username=''], [string password=''], [string port=''])
serverusernamepasswordport| Method Detail |
|---|
public any getMemento()
public any getPassword()
public any getPort()
public any getServer()
public any getUsername()
public void setMemento(struct memento)
mementopublic any setPassword([string Password])
Passwordpublic any setPort([string port])
portpublic any setServer([string server])
serverpublic any setUsername([string Username])
Username
|
ColdBox Platform Version 3.0.0 | ||||
| FRAMES | |||||