开发者

ORACLE Send Email using SSL

开发者 https://www.devze.com 2023-01-08 20:08 出处:网络
is it possible to send e-mail over ssl in plsql? thanks for helpin开发者_如何学Pythong.Not with pure PL/SQL afaik. We added some java classes to the database which performs the SSL mail sending with t

is it possible to send e-mail over ssl in plsql? thanks for helpin开发者_如何学Pythong.


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号