Property | Description |
Parameter type | String |
Syntax | SMTP_OUT_SERVER = server_clause [, server_clause ] ... |
| server_clause::= host_name[:port] |
Default value | There is no default value. |
Modifiable | No |
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 the UTL_MAIL package
Note:
1. The parameter was introduced in 10g.
No comments:
Post a Comment