См. определение в файле smtp.php строка 12
◆ __construct()
__construct |
( |
| $host, |
|
|
| $port, |
|
|
| $tls, |
|
|
| $strict, |
|
|
| $login, |
|
|
| $password, |
|
|
| $encoding = null ) |
Smtp client constructor.
- Аргументы
-
string | $host | Host. |
string | $port | Port. |
string | $tls | Tls. |
string | $strict | Strict. |
string | $login | Login. |
string | $password | Password. |
string | null | $encoding,. | If null - current site encoding. |
См. определение в файле smtp.php строка 48
◆ __destruct()
Disconnects from the submission server.
- Возвращает
- void
См. определение в файле smtp.php строка 76
◆ authenticate()
Authenticate to the submission server.
- Аргументы
-
array | $error | Will be filled with authentication errors. |
- Возвращает
- bool True if the authentication was successful, false - otherwise.
См. определение в файле smtp.php строка 249
◆ capability()
◆ connect()
Connect to the submission server.
- Аргументы
-
array | $error | Will be filled with connection errors. |
- Возвращает
- bool True if the connection was successful, false - otherwise.
См. определение в файле smtp.php строка 109
◆ decodeError()
static decodeError |
( |
| $code | ) |
|
|
static |
Returns error message by code.
- Аргументы
-
- Возвращает
- string
См. определение в файле smtp.php строка 505
◆ disconnect()
Disconnects from the submission server.
- Возвращает
- void
См. определение в файле smtp.php строка 86
◆ errorMessage()
errorMessage |
( |
| $errors, |
|
|
| $details = null ) |
|
protected |
◆ exchange()
exchange |
( |
| $data, |
|
|
& | $error ) |
|
protected |
◆ executeCommand()
executeCommand |
( |
| $command, |
|
|
& | $error ) |
|
protected |
◆ getErrors()
Returns all Smtp client errors.
- Возвращает
- Main\ErrorCollection object.
См. определение в файле smtp.php строка 494
◆ readLine()
◆ readResponse()
Reads and returns server response.
- Возвращает
- array|false
См. определение в файле smtp.php строка 444
◆ reset()
◆ sendData()
◆ setIsOauth()
setIsOauth |
( |
bool | $value | ) |
|
Set flag is need to connect with OAuth
- Аргументы
-
- Возвращает
- $this
См. определение в файле smtp.php строка 541
◆ starttls()
◆ $errors
◆ $isOauth
◆ $options
◆ $sessCapability
◆ $stream
◆ ERR_AUTH
◆ ERR_AUTH_MECH
const ERR_AUTH_MECH = 205 |
◆ ERR_CAPABILITY
const ERR_CAPABILITY = 203 |
◆ ERR_COMMAND_REJECTED
const ERR_COMMAND_REJECTED = 202 |
◆ ERR_COMMUNICATE
const ERR_COMMUNICATE = 103 |
◆ ERR_CONNECT
◆ ERR_EMPTY_RESPONSE
const ERR_EMPTY_RESPONSE = 104 |
◆ ERR_REJECTED
◆ ERR_STARTTLS