Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> utl_smtp email failres notification ( urgent)
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. Received on Tue Feb 15 2005 - 09:53:52 CST