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: Need Help on Oracle Web Server

Re: Need Help on Oracle Web Server

From: <bonanos_at_yahoo.com>
Date: 1998/06/09
Message-ID: <6lir8c$rnq$1@nnrp1.dejanews.com>#1/1

Hi Manish

> I am Manish Mandelia a graduate student. I have very little experience with
> Oracle Web Server and need some help with a project I have.
>
> I need to generate email messages from a form. The email address should be
> picked up from a field and the message should be automatically generated upon
> hitting a button on the form.
>
> Any help will be appreciated. With the kind of experience I have on the Web
> Server, some detail will be greatly appreciated.

There is no way to directly send an email from within Pl/Sql, and as far as I can see WAS does not support it directly.

Therfore what you have to do is call some third party fuction etc.

The way I have tackled that specific problem is to have an Apache Web Server running on my machine and then call a PHP3 script that sends an email.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 09 1998 - 00:00:00 CDT

Original text of this message

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