is it possible to send e-mail over ssl in plsql? thanks for helping.
+1
A:
Not with pure PL/SQL afaik. We added some java classes to the database which performs the SSL mail sending with the java mail api.
ZeissS
2010-07-21 18:42:21
+1
A:
Oracle's UTL_SMTP does not support SMTPS (SMTP over SSL) - you have to wrap the connection. See this link for a working, but not recommended for production use, example.
OMG Ponies
2010-07-21 18:43:00