Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-30678 When sending email.

Re: ORA-30678 When sending email.

From: Noel <tomekb_at_s_o_f_t_m_a_n.pl>
Date: Wed, 05 Jan 2005 13:37:31 +0100
Message-ID: <crgnga$gss$1@nemesis.news.tpi.pl>


 > csharpgeek wrote:
> When using the code above with the correct fields i get this error
> which is rather odd as the data is correct
>
> ORA-29279: SMTP permanent error: 503 No valid recipients specified

v_reply := UTL_SMTP.RCPT(v_connection,'non-existing e-mail address');

You must put there a valid e-mail address, otherwise you get this error.

-- 
Noel
Received on Wed Jan 05 2005 - 06:37:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US