utl_smtp Package
From: Greg <actiris_at_loxinfo.co.th>
Date: Mon, 09 Oct 2000 12:48:58 +0700
Message-ID: <39E15C4A.E221326F_at_loxinfo.co.th>
Date: Mon, 09 Oct 2000 12:48:58 +0700
Message-ID: <39E15C4A.E221326F_at_loxinfo.co.th>
[Quoted] I have to attach a File to a e-mail
declare
c utl_smtp.connection;
begin
utl_smtp.write_data(c, 'X-Attachments:
ASAXP1$DKA01:[000000.WEBSERVER.MAIL.USER]attached_file.TXT' ||
utl_tcp.CRLF);
.....
but it dosent work
the mail show's me in the body
X-Attachments:
ASAXP1$DKA01:[000000.WEBSERVER.MAIL.USER]attached_file.TXT
(The path is from a VSM Machine)
Thanks a lot for any help
Greg
Received on Mon Oct 09 2000 - 07:48:58 CEST