home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


C.8 DBMS_MAIL

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.

C.8.1 The SEND procedure

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);


Previous: C.7 DBMS_LOCK Oracle PL/SQL Programming, 2nd Edition Next: C.9 DBMS_OUTPUT
C.7 DBMS_LOCK Book Index C.9 DBMS_OUTPUT

The Oracle Library Navigation

Copyright (c) 2000 O'Reilly & Associates. All rights reserved.

Library Home Oracle PL/SQL Programming, 2nd. Ed. Guide to Oracle 8i Features Oracle Built-in Packages Advanced PL/SQL Programming with Packages Oracle Web Applications Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Built-ins Pocket Reference