Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
Property | Description |
---|---|
Parameter type | String |
Syntax | SMTP_OUT_SERVER = server_clause [, server_clause ] ... |
server_clause::=
|
|
Default value | There is no default value. |
Modifiable | ALTER SESSION , ALTER SYSTEM |
SMTP_OUT_SERVER
specifies the SMTP host and port to which UTL_MAIL
delivers out-bound E-mail. Multiple servers may be specified, separated by commas.
If the first server in the list is unavailable, then UTL_MAIL
tries the second server, and so on.
If SMTP_OUT_SERVER
is not specified, then the SMTP server name defaults to the value of DB_DOMAIN
, the port number defaults to 25
, and the SMTP domain defaults to the suffix of DB_DOMAIN
.
See Also:
Oracle Database PL/SQL Packages and Types Reference for information on theUTL_MAIL
package