Send mail through PL/SQL
540353Apr 18 2007 — edited Mar 13 2009hi,
I am working in oracle9i and linux 2.4. I need to send a mail from pl/sql along with attachments.
I wrote a pl/sql procedure about how to send a mail with out attachments..
but i want to send a mail from pl/sql along with (csv )attachments ..
That file we have to retrive it from the Directory in the database and to send it through pl/sql using smtp configuration....
Regs