How can I use UTL_SMTP via a proxy
Hi, how can I send a email with UTL_SMTP via a proxy?
The SMTP-servers are not directly reachable from the database-server. They are only rechable via a proxy-server.
The function UTL_SMTP.OPEN_CONNECTION has only the parameters "host", "port" and "tx_timeout", but not a possibility for a proxy-server (like UTL_HTTP.SET_PROXY).
Is the a nother way?