Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: E-mail from pl/sql cartridge in OWAS3.0.1

Re: E-mail from pl/sql cartridge in OWAS3.0.1

From: <bonanos_at_yahoo.com>
Date: Fri, 07 Aug 1998 05:40:52 GMT
Message-ID: <6qe414$ujl$1@nnrp1.dejanews.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US