Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to send e-mail in PL/SQL 1

Status
Not open for further replies.

request

Programmer
Dec 5, 2001
76
US
I have Oracle 8i version. I have to code a stored procedure in which I have to send an-email to certain people whether the procedure fails or succeeds. How can I do it?

Please help. Any assistance will be greatly appreciated.

thanks.
 
Use UTL_SMTP package.

Regards, Dima
 
What do you mean by HTML mail?

Regards, Dima
 
This code is available in the thread named 'Oracle release 8 and 8i'. Just search for email and you'll find the code to send a mail from the database itself or from a form.

Regards,

Christian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top