Public Member Functions |
|
__construct ($smtpOutObj, $parent) | |
__get ($name) | |
__set ($name, $value) | |
getLogHost () | |
getLogLevel () | |
getLogType () | |
getMaxConnThreads () | |
getMinConnThreads () | |
getSessionObj () | |
getSmtpOutObj () | |
reset () | |
save () | |
setLogHost ($value) | |
setLogLevel ($value) | |
setLogType ($value) | |
setMaxConnThreads ($value) | |
setMinConnThreads ($value) | |
start () | |
stop () |
Member Function Documentation
SmtpOut::__get | ( | $ | name | ) |
Get member.
member |
description |
---|---|
maxConnThreads |
the maximum number of threads involved in I/O for the SMTP Outgoing service |
minConnThreads |
the minimum number of threads involved in I/O for the SMTP Outgoing service |
logLevel |
the log level for the SMTP Outgoing service |
logHost |
the address of the host that offers log services |
logType |
the log type for the SMTP Outgoing service |
SmtpOut::__set | ( | $ | name, | |
$ | value | |||
) |
Set member.
member |
description |
---|---|
maxConnThreads |
the maximum number of threads involved in I/O for the SMTP Outgoing service |
minConnThreads |
the minimum number of threads involved in I/O for the SMTP Outgoing service |
logLevel |
the log level for the SMTP Outgoing service |
logHost |
the address of the host that offers log services |
logType |
the log type for the SMTP Outgoing service |
SmtpOut::start | ( | ) |
This function starts the SMTP Outgoing service
- Returns:
- bool
SmtpOut::stop | ( | ) |
This function stops the SMTP Outgoing service
- Returns:
- bool