I want send email by using *oracle 9i - Enterprise edition release 9.2.0.8.0 ,*I know there is one package for oracle 10,but would you advice me about it fo
Oracle provides the UTL_SMTP package which allows you to send mail. It requires access to a mail server of some description.
This package is a little complicated to use. There is a supplied demo package that is available on the Oracle website which I am using successfully to send mail.