Hi,
I'd like to find out whether I can use PL/SQL to send email. Any help would be appreciated.
dragon
Printable View
Hi,
I'd like to find out whether I can use PL/SQL to send email. Any help would be appreciated.
dragon
dragon99 there are samples on metalink, proc*c and pl/sql
Thanks, Pando, I found it on Metalink.oracle.com
the DocId is :66347.1
Subject: How to generate E-mail within PL/SQL routines
Hi, Can you please send me the code that is used to Send email throuh PL/SQL... Thanks
In 8.1.6 you can use package UTL_SMTP to send e-mail from PL/SQL. In 8.1.5 and 8.0 you can use external procedures.