Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle Email Procedure

Oracle Email Procedure

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Tue, 22 Oct 2002 10:18:58 +0100
Message-ID: <E2F6A70FE45242488C865C3BC1245DA702D21385@lnewton.leeds.lfs.co.uk>


Hi Bob,

I had exactly your problem just the other day when testing UTL_SMTP out. Please find below soething which works :o) The answer is to make sure that there is one line containing UTL_TCP.CRLF in it between where you want the header to finish and the body to begin.

Cheers,
Norman.

CREATE OR REPLACE PROCEDURE email_test_message IS
--


Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com

-------------------------------------

-----Original Message-----

From: Bob [mailto:bobs_at_yahoo.com]
Posted At: Tuesday, October 22, 2002 3:04 AM Posted To: server
Conversation: Oracle Email Procedure
Subject: Oracle Email Procedure

When using the UTL_SMTP.Write_Data command, is there a trick to getting text
into the body of a message. I am able to run a proc that will sucessfully
send an eMail message to the right place with the correct subject text but
nothing in the body. I have defined a short 25-30 character string as the
message but the message arrives with a blank body. Any suggestions? Thanks.

Bob :-) Received on Tue Oct 22 2002 - 04:18:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US