Yes, Oracle has something similar. In the ora_home/extproc
directory of my
installation is a mailtest.dl (came with oracle)l that
I use to send email
from within oracle stored procedures.
I'm sure this does not come with a standard Oracle Database.
What other
Oracle Applications do you have ??? Oracle Office
perhaps ??
We've had to write a 'C' dll, calling it from an external
oracle procedure.
In 8i Oracle ships a COm cartridge which allows you to
call com
servers from PL*SQL. This should make this job quite
easy then.