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: Sending mail procedure 7.3.4

Re: Sending mail procedure 7.3.4

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Tue, 8 Jan 2002 20:00:27 +0300
Message-ID: <a1f8dr$b9d$1@babylon.agtel.net>


Not without an external cron'ed script.... We used UTL_FILE to create complete email in a file, then a flag file indicating that the message file is complete, and we had a ksh script in cron that checked for such pairs in some directory and used sendmail (mailx) to deliver them. That's on unix of course, not sure about Windows... And I doubt there is another [simple] way to send mail on 7.3...

--
Vladimir Zakharychev (bob@dpsp-yes.com)                http://www.dpsp-yes.com
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.


"Niels vdC" <Niels_van_de_Coevering_at_wistron.nl> wrote in message
news:3c3adf2a$0$224$4d4ebb8e_at_news.nl.uu.net...

> Does anyone have a script to create a procedure for sending mail in Oracle
> 7.3.4?
>
> Thanks,
> Niels
>
>
>
Received on Tue Jan 08 2002 - 11:00:27 CST

Original text of this message

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