Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

UTL_SMTP , 12 of 15


rset Function

This function aborts the current mail transaction.

Syntax

UTL_SMTP.RSET (

c  IN OUT NOCOPY connection) 
RETURN reply; UTL_SMTP.RSET (
c  IN OUT NOCOPY connection);

Parameters

Table 82-15 rset Function Parameters
Parameter  Description 

c (IN OUT NOCOPY) 

The SMTP connection. 

Usage Notes

This command allows the client to abandon a mail message it was in the process of composing. No mail will be sent. The client can call rset() at any time after the connection to the SMTP server has been opened via open_connection(). The server will always respond to RSET with a message beginning with status code 250.

Related Functions

quit()


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback