Re: utl_smtp Package
From: Vladimir L. Abramov <avl_at_norfes.ru>
Date: Tue, 10 Oct 2000 14:59:52 +1100
Message-ID: <39e32f67.0_at_news.pacific.ru>
Date: Tue, 10 Oct 2000 14:59:52 +1100
Message-ID: <39e32f67.0_at_news.pacific.ru>
Hi !
I wrote service on Winnt 4.0 That do this:
- Connect to Oracle via OCI.
- Get e-mail address from database.
- Get data for file-attachment.
- Use SimpleMAPI to form and send letters.
- Disconnect and free resources.
It works fine about 2 months.
Sincerely Vladimir.
Greg wrote in message <39E15C4A.E221326F_at_loxinfo.co.th>...
>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 Tue Oct 10 2000 - 05:59:52 CEST
