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 , 7 of 15


ehlo Function

This function performs initial handshaking with SMTP server after connecting, with extended information returned.

Syntax

UTL_SMTP.EHLO (

c       IN OUT NOCOPY connection, 
domain  IN NOCOPY) 
RETURN replies; UTL_SMTP.EHLO (
c       IN OUT NOCOPY connection, 
domain  IN NOCOPY);

Parameters

Table 82-10 ehlo Function Parameters
Parameter  Description 

c (IN NOCOPY) 

The SMTP connection. 

domain (IN NOCOPY) 

The domain name of the local (sending) host. Used for identification purposes. 

Usage Notes

The ehlo() interface is identical to helo(), except that it allows the server to return more descriptive information about its configuration. [RFC1869] specifies the format of the information returned, which the PL/SQL application can retrieve using the functional form of this call. For compatibility with helo(), each line of text returned by the server begins with status code 250.

Related Functions

helo()


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