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: How to send e-mail from PL/SQL???

Re: How to send e-mail from PL/SQL???

From: wildpony <z1wildpony_at_hotmail.com>
Date: 2000/07/25
Message-ID: <397DF2B3.4EC6D182@hotmail.com>#1/1

what version of oracle are you using try dbms_smpt package or if your using unix try piping your mail message to a flat file <<dbms_utl>>
and use cron
to scan for a file and xmail sendmail to send the mail

terry_stjean_at_my-deja.com wrote:

> Ivan, did you every come up with a solution ? I am looking for the same
> thing.
>
> Terry
>
> In article <8kts1j$ffh_at_netnews.hinet.net>,
> "Ivan Liu" <ivanliu_at_chttl.com.tw> wrote:
> > Hi,
> >
> > I had developed a billing system,
> > and I wish it can send daily report using e-mail automatically.
> >
> > I founded some way to doing this, but they are all using OS
 command like
> > "sendmail",
> > is there other way to send e-mail from PL/SQL??? Thanks for
 advise~~ ^_^
> >
> > -----
> > Ivan Liu
> >
> >
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Jul 25 2000 - 00:00:00 CDT

Original text of this message

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