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: Can I Send mail from Oracle Server

Re: Can I Send mail from Oracle Server

From: Jim Tench <jim_tench_at_spam.me.baby>
Date: Thu, 9 Sep 1999 00:14:50 +0100
Message-ID: <936832491.4993.0.nnrp-08.c1ed5616@news.demon.co.uk>


Try /usr/lib/sendmail if you want to use sendmail, but standard UNIX mail may suit you better.

Jim

<juturi_at_workmail.com> wrote in message news:7r6hvs$2cp$1_at_nnrp1.deja.com...
> Use the UTL_FILE package to open send mail and close it.
> you open /usr/bin/sendmail just like a normal file and then write to it
> as you would write to sendmail( look for help using sendmail in perl
> forums) and then close it.
> This should work, post reply if you need additional help.
> -Juturi
>
>
>
> In article <01bef9fd$b5a45340$1b3214ac_at_wstk326>,
> "Radiomobil a.s." <hruzat_at_radiomobil.cz> wrote:
> > Hi all,
> > I need send mail from Oracle (PL/SQL procedure), but I do not
> know how it
> > send. version of my Oracle Server is 8.0.5 on Digital UNIX. Is another
> way
> > for sending mail than external procedure (that send mail or another
> mail
> > systems via UNIX) ? When I am using external procedure, sender of mail
> is
> > oracle user, because owner of external procedure is the same user as
> owner
> > Oracle sw. Can I change it ?
> >
> > Thank you for some answer,
> >
> > Tom
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Wed Sep 08 1999 - 18:14:50 CDT

Original text of this message

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