COMMAND_REPLIES executes general SMTP commands and receives multiple reply lines as a result.
Applicability
This content applies only to the Oracle-compatible mode of OceanBase Database.
Syntax
UTL_SMTP.COMMAND_REPLIES (
c IN OUT NOCOPY connection,
cmd IN VARCHAR2,
arg IN VARCHAR2 DEFAULT NULL)
RETURN replies;
Parameters
| Parameter | Description |
|---|---|
| c | The SMTP connection. |
| cmd | The command to send to the server. |
| arg | The parameter of the SMTP command. A space is inserted between the cmd and arg parameters when the command is sent. |
Return value
| Return value | Description |
|---|---|
| replies | The replies to the command. |
Considerations
This function can return multiple reply lines.