Sending formatted email
Hi,
I am using oracle 10.2.0.4 database
Is there any one who can guide me that how to send a formatted email from oracle using UTL_SMTP package. For example, if i query dba_data_files view as follows
select file_name,bytes,autoextensible from dba_data_files;
Query returnts me a number of rows and i want to send this result through email same in the table format in which the query returns the result.
Thanks in advance.