Send Email Using PLSQL

后端 未结 2 1068
猫巷女王i
猫巷女王i 2021-01-15 14:39

I want to Send Email via gmail or yahoo host using PL_SQL, i searched in google and find SMT.Mail package but it did\'t work for me, Please any one can guide me how will i

2条回答
  •  無奈伤痛
    2021-01-15 15:15

    You missed your authentication at the server, see AUTH Function and Procedure

    However, I do not know whether gmail allows to use port 25 which is not secure by default.

提交回复
热议问题