Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: problem in procedure to send email via plsql procedure
ganesh bora schreef:
> Hi all I wrote a procedure to send email via plsql procedure, It was
> compiled sucessfully but not working ....
>
> here is the code (actuly i added the dbms output like step1 ,step 2 to
> see in which step the control is going on )
>
> create or replace PROCEDURE send_test_message
> IS
> mailhost VARCHAR2(64) := 'gmail.com';
I doubt that google has an open relay.
Dump the actual error message, and you'll probably see something along the line of 'Permanent smtp error'
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Tue Jan 23 2007 - 12:57:17 CST