| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_SMTP , 8 of 15
This function initiates a mail transaction with the server. The destination is a mailbox.
UTL_SMTP.MAIL ( c IN OUT NOCOPY connection, sender IN OUT NOCOPY, parameters IN OUT NOCOPY) RETURN reply; UTL_SMTP.MAIL ( c IN OUT NOCOPY connection, sender IN OUT NOCOPY, parameters IN OUT NOCOPY);
This command does not send the message; it simply begins its preparation. It must be followed by calls to rcpt() and data() to complete the transaction. The connection to the SMTP server must be open and a helo() or ehlo() command must have already been sent.
The expected response from the server is a message beginning with status code 250.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|