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 -> utl_smtp email failres notification ( urgent)

utl_smtp email failres notification ( urgent)

From: frozen <aamir_alam_at_yahoo.com>
Date: 15 Feb 2005 07:53:52 -0800
Message-ID: <8d371893.0502150753.2bbed3b8@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. Received on Tue Feb 15 2005 - 09:53:52 CST

Original text of this message

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