Attach a file in UTL_SMTP
From: Jorge Pinto <jorgep_at_sympatico.ca>
Date: Tue, 15 Jul 2003 20:22:50 -0700
Message-ID: <KV0Ra.2762$eP6.495600_at_news20.bellglobal.com>
Date: Tue, 15 Jul 2003 20:22:50 -0700
Message-ID: <KV0Ra.2762$eP6.495600_at_news20.bellglobal.com>
Hello folks,
I'm trying to use my send_mail procedure to attach a file and send the email
to the user using utl_smtp. I got the attachment file but it was my message
body and not my file that I wanted to. Any ideia what I'm doing wrong ?
I tried to use the following code
Thanks in advance,
utl_smtp.write_data(conn, 'Content-Disposition : attachment; filename="'||
p_filename ||'"' || utl_tcp.CRLF);
JP Received on Wed Jul 16 2003 - 05:22:50 CEST