represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password
package |
Default |
---|
__construct( $mailConfig = null)
mixed | null
getAuthMethods() : string
string
getHostname() : string
string
getKeyStore() : string
string
getKeyStorePassword() : string
string
getLogin() : string
string
getMaxPoolSize() : integer
integer
getOwnHostname() : string
string
getPassword() : string
string
getPort() : integer
integer
getStarttls() : string
string
getUsername() : string
string
isAllowRcptErrors() : boolean
boolean
isDisableEsmtp() : boolean
boolean
isKeepAlive() : boolean
boolean
isSsl() : boolean
boolean
isTrustAll() : boolean
boolean
setAllowRcptErrors( $allowRcptErrors) : $this
boolean
$this
setAuthMethods( $authMethods) : $this
string
$this
setDisableEsmtp( $disableEsmtp) : $this
boolean
$this
setHostname( $hostname) : $this
string
$this
setKeepAlive( $keepAlive) : $this
boolean
$this
setKeyStore( $keyStore) : $this
string
$this
setKeyStorePassword( $keyStorePassword) : $this
string
$this
setLogin( $login) : $this
string
$this
setMaxPoolSize( $maxPoolSize) : $this
integer
$this
setOwnHostname( $ownHostname) : $this
string
$this
setPassword( $password) : $this
string
$this
setPort( $port) : $this
integer
$this
setSsl( $ssl) : $this
boolean
$this
setStarttls( $starttls) : $this
string
$this
setTrustAll( $trustAll) : $this
boolean
$this
setUsername( $username) : $this
string
$this