Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sending Email

DeepakSep 29 2010 — edited Oct 4 2010
Dear All,

I hv Used utl_mail package for sending mail, with attachement.
and its Showing Successfully Send but not reaching the Destination.
Codes are below

BEGIN
utl_mail.send_attach_varchar2
(sender => 'deepak',
recipients => 'deepak@temp.com',
bcc => 'deepak@temp.com',
subject => 'Test Mail',
MESSAGE => 'Test Mail',
mime_type => 'text; charset=us-ascii',
priority => 3,
attachment => 'TEst',
att_inline => FALSE,
att_mime_type => 'application/octet',
att_filename =>'filename'
);
END;


please help me to Solve this

thnkz
Deepak

Edited by: user8681779 on Sep 29, 2010 1:56 AM

Edited by: Deepak on Oct 4, 2010 6:01 AM

Edited by: Deepak on Oct 4, 2010 6:02 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
9 comments
518 views