WRITE_RAW_DATA procedure - Add RAW data to an e-mail message
The WRITE_RAW_DATA procedure provides the capability to add data to an e-mail message. The WRITE_RAW_DATA procedure may be called repeatedly to add data.
Syntax
Parameters
- c
- An input or output argument of type CONNECTION that specifies the SMTP connection on which to add data.
- data
- An input argument of type BLOB(15M) that specifies the data to be added to the e-mail message.
Authorization
EXECUTE privilege on the UTL_SMTP module.