Use of UTL_SMTP to send mail in TLS mode
I use an Oracle Database 11g Release 11.2.0.3.0 and want ti send email message using the utl_smtp package. Is it possible with this version of the database to use the utl_smtp.open_connection procedure by populating the wallet_path and wallet_password parameters and then activate the TLS connection with utl_smtp.starttls? Thanks in advance
Alessandro