sending email through PL/SQL program
Hi All,
I need to create a user-defined database trigger on task table for the column status and send out an email when the trigger gets the status finished. The possible values on the status column is given below.
Status column value and their description:
0 = New
1 = Deferred
2 = Running
3 = Finished
4 = Error
5 = Ignore
but i am not familiar with sending email through PL/SQL.
please help.
Regards