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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Sending emails with pl/sql.

Re: Sending emails with pl/sql.

From: Bastiaan Schaap <bschaap_at_desyde.nl>
Date: 2000/05/18
Message-ID: <EDLU4.2$7I2.292@psinet-eu-nl>#1/1

Hi Ricardo,

Only with Oracle 8.1.6 ( 8i release 2) it is possible to use the UTL_SMTP package. If you use a lower version you have 2 possibilities left: 1. Using Java (which I personally have no experience with) or 2. Writing a little server-program or deamon that can send e-mail, that communicates with the database through pipes (dbms_pipe package). I had the same problem, and I built a deamon that 'listens' to the database and can send e-mail on command. If you like I can tell you more.... just let me know

Cheers,
Bastiaan Schaap

"pascoal" <ricardo.pascoalNOriSPAM_at_bertin.com.br.invalid> wrote in message news:112cf6a7.8b5ce1c5_at_usw-ex0108-062.remarq.com...
> I'd like to know if is it possible to send an email
> using pl/sql or forms 5
>
>
> * Sent from AltaVista http://www.altavista.com Where you can also find
related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

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