The DBMS_MAIL package provides an interface to Oracle Office (formerly Oracle*Mail). To use this package you must first install the Oracle Office product.
The SEND procedure provides a programmatic interface to the Oracle*Mail send-message facility. Use the SEND module to send an Oracle*Mail message. The specification is:
PROCEDURE DBMS_MAIL.SEND (from_str IN VARCHAR2, to_str IN VARCHAR2, cc IN VARCHAR2, bcc IN VARCHAR2, subject IN VARCHAR2, reply_to IN VARCHAR2, body IN VARCHAR2);
Copyright (c) 2000 O'Reilly & Associates. All rights reserved.