Click to See Complete Forum and Search --> : smtp email


bcrawford
07-12-2002, 02:48 PM
Has anyone worked with utl_smtp to send an email from a pl/sql block? I am getting connection errors when I tried to execute the procedure.

What kind of smtp config do i need to do on the server?

Thanks,

sreddy
07-12-2002, 02:57 PM
http://www.samoratech.com/Topicofinterest/swHowtoSendMail.htm

TimHall
07-13-2002, 04:11 AM
This works in Oracle8i and Oracle9i:

http://www.oracle-base.com/Articles/9i/EmailFromPLSQL9i.asp

This works fine using the SendMail service in UNIX and Linux and the basic SMTP service in Windows NT4/2000. No extra configuration needed.