Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: E-mail from pl/sql cartridge in OWAS3.0.1
Hi
> We are using OWAS 3.0.1 on NT. Based on user input, we will format e-mail
> replies to be sent to the user. The mail server is MS Exchange.
>
> What is the best way to send messages through Exchange from the pl/sql
> cartridge?
The simplest way that I know of is to install the Apache Webserver.
You then write a PHP3 script that calls the function mail($To,$Subject,$Message)
then from within your Pl/SQL function you would call the php3 script.
It would be nice if Oracle provided a standard package to do this.
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Fri Aug 07 1998 - 00:40:52 CDT
![]() |
![]() |