I use the following procedure to send mail using outlook, you can play about with it so that you preview the mail before it is sent or choose to send it straight away (by just commenting out the 'display' or 'send' lines).
Just thought I would add my 2 cents. We used the UTL_SMTP package routines to send email and it works well for us. Your database has to be set up properly with the Java Virtual Machine installed. I don't think the FAQ referenced above gives the instructions for this, but here is a link to a good article about it:
wouldn't it use less memory to have a small perl daemon listen to a queue and do the mailing?
they may have fixed this in 8.1.7 or 8.2 (a.k.a 9i) but when we tested using java within Oracle on 8.1.6 we found it to be a real pig.
our experience has been that it's almost always easier, faster & more reliable to do anything "fancy" (smtp, monitoring, messaging, etc.) in perl (or even just bash) than using Oracle supplied tools/packages.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.