Q: UTL_SMTP

2001-04-20 Thread Schoen Volker
Hi list, I have a problem with package UTL_SNMP. I have a procedure which sends mails to special recipient. My problem is, that the body of the message (utl_smtp.data(mail_conn, message);) will not be sent. Any help is welcome. Following the procedure. create or replace PROCEDURE sendmail AS

Re: Q: UTL_SMTP

2001-04-20 Thread Charlie Mengler
HTH YMMV! REATE OR REPLACE PACKAGE BODY mwh816 AS PROCEDURE send_mail (senderIN VARCHAR2, recipient IN VARCHAR2, message IN VARCHAR2) IS mailhost VARCHAR2(30) := 'chiron.mwh.com'; mail_conn