how to authenticate with UTL_SMTP to smtp-msa server
799740Sep 23 2010 — edited Sep 23 2010Hi all,
I'm trying to create a package which send html mails.
This package use utl_smtp package to send mails and it works fine with a standard smtp server like smtp.orange.fr (I'm in France). Now I would like to use another smtp server (smtp-msa.orange.fr) but this one needs an authentication. How can I do this with my Oracle package ?
My database where stored package is a 11g database.
Thank you.
Sis2b.