PLS-00201: identifier 'UTL_TCP' must be declared
Hi,
Can anyone pls advise for this error?
21/52 PLS-00201: identifier 'UTL_TCP' must be declared
21/1 PL/SQL: Statement ignored
to this code
utl_smtp.write_data(conn, 'From: '||sender || utl_tcp.CRLF);
Regards,