| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 | 
 | 
DBMS_AQELM, 4 of 9
This procedure sets the port number for the SMTP server. As part of the configuration for e-mail notifications, a user with AQ_ADMINISTRATOR_ROLE or with EXECUTE permissions on DBMS_AQELM package needs to set the port number before registering for e-mail notifications. The database will use this SMTP server port number to send out e-mail notifications. If not set, the SMTP mailport defaults to 25.
DBMS_AQELM.SET_MAILPORT (mailport IN NUMBER);
Table 6-4 shows the parameters for the SET_MAILPORT procedure.
| Parameter | Description | 
|---|---|
| 
 | The SMTP server port number. | 
| 
 |  Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. | 
 |