Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Any E-mail service on OAS using WEBPL?
You need to use External Procedure.
Write a C program which make a call to system function (sendmail in UNIX)
then you need to create a shared object for the C module.
when you do that you can call the object from PLSQL.
How ever there are more into it,
1- configure the DB for external Calls. 2- creat a library 3- write PLSQL Wrapper function.
Patrick Lo <cylo_at_vtc.edu.hk> wrote in message
news:38D185DA.960AD092_at_vtc.edu.hk...
> Hi,
>
> Is it possible for me to write a WEB/PL (PL/SQL) procedure to send
> e-mails on Oracle Application Server? If not, how can I archieve this?
>
> Thanks a lot.
>
> --
> Patrick Lo
>
>
Received on Sun Mar 19 2000 - 16:47:18 CST
![]() |
![]() |