Re: Oracle Portal and email

From: Arnoud <Arnoudkoot_at_hotmail.com>
Date: 13 Aug 2001 06:19:53 -0700
Message-ID: <95a57e81.0108130519.1a9af7b6_at_posting.google.com>


Hi Toby,

You can send emails from the database using sys.utl_smtp. You can base a form on this procedure or better yet base a form on a temporary table and execute the mail procedure in the ON_SUCCES section. That way the user of the form doesn't have top wait until the email is send.

Regards

Arnoud Koot

http://web.thedoc.nl

toby moray <nospam_at_newsranger.com> wrote in message news:<Xryc7.4018$NJ6.16567_at_www.newsranger.com>...
> Hi,
> I'm trying to send data from a form in Oracle Portal. Ordinarily I'd use Perl or
> PHP to process form data but in this instance these are not available.
> My question is: does Portal have any method of processing form data and sending
> email with this data?
> I understand that Oracle Forms may be able to do this but I'd like to avoid
> using this if at all possible.
> Thanks in advance,
> Toby
Received on Mon Aug 13 2001 - 15:19:53 CEST

Original text of this message