
Requested action not taken: insufficient system storage Requested action terminated: local error in processing Requested mail action not taken: mailbox unavailable Service not available, closing transmission channel (This can be a reply to any command if the service knows it must shut down.) Cannot VRFY user (for example, info is not local), but takes message for this user and attempts delivery. The fields private_tcp_con and private_state for implementation use only. Changing the values of these fields has no effect on the connection. The read-only fields in a connection record are used to return information about the SMTP connection after the connection is successfully made with the OPEN_CONNECTION Functions.
MICROSEVEN PASSWORD HAS INVALID CHARACTER SMTP FULL
In write operations, this package times out if the output buffer is full and no data is to be sent into the network without being blocked. In read operations, this package times out if no data is available for reading immediately. Time in seconds that the UTL_SMTP package waits before timing out in a read or write operation in this connection.

Port number of the remote SMTP server connected. Name of the remote host when connection is established. Table 263-2 CONNECTION Record Type Fields Field In addition, UTL_SMTP does not have the functionality to implement an SMTP server for an e-mail clients to send e-mails using SMTP. You must format the message appropriately. UTL_SMTP provides for SMTP communication as specified in RFC821, but does not provide an API to format the content of the message according to RFC 822 (for example, setting the subject of an electronic mail). When the target SMTP server supports 8BITMIME extension, users of multibyte databases may convert their non-US7ASCII, multibyte VARCHAR2 data to RAW and use the WRITE_RAW_DATA subprogram to send multibyte data using 8-bit MIME encoding. The body of the DATA command can be transferred in full 8 bits, but the rest of the SMTP command and response must be in 7 bits. Some implementations of SMTP servers that support SMTP extension 8BITMIME support full 8-bit communication between client and server. Using UTL_SMTP, all text data (in other words, those in VARCHAR2) are converted to US7ASCII before it is sent to the server. Note that the original SMTP protocol communicates using 7-bit ASCII. The procedural form checks the reply and raises an exception if the reply indicates a transient (400-range reply code) or permanent error (500-range reply code).

The functional form returns the reply from the server for processing by the client. For many of the commands, the package provides both a procedural and a functional interface. The UTL_SMTP package provides interfaces to the SMTP commands. The UTL_SMTP protocol consists of a set of commands for an e-mail client to dispatch e-mails to an SMTP server.
