Sending Email
DeepakSep 29 2010 — edited Oct 4 2010Dear 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