Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: utl_smtp email failres notification ( urgent)
aamir_alam_at_yahoo.com (frozen) wrote in
news:8d371893.0502150753.2bbed3b8_at_posting.google.com:
> I am using UTL_SMTP to end the emails . I am not recieving delivery
> failure notification emails to the FROM account:
> Please tell me how can I recieve back failed emails in my email
> account ?
>
> Here is the syntax I am using :
>
> UTL_SMTP.write_data (v_mail_conn, 'FROM' || ':' || abc_at_domain.com ||
> UTL_TCP.crlf);
>
>
> I believe there is the special syntax to tell the return path for the
> UTL_SMTP ?
>
> To recap , the email I am sending using UTL_SMTP is not bouncing back
> to the FROM email address incase of delivery failure.
>
The "From: " field is easily forged & therefore NOT used to determine who actually originated the message. I strongly suspect that the bounced messaged are being returned to the "oracle" user on the DB server system. Received on Tue Feb 15 2005 - 09:57:18 CST