Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-30678 When sending email.
> 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.
-- NoelReceived on Wed Jan 05 2005 - 06:37:31 CST
![]() |
![]() |