A utility for sending email from Oracle PL/SQL stored procedures. This allows you to send HTML email without the varchar2 limit of 32000 charaters and is limited to the size of a clob or your email message limit imposed by your network admin. You also able to attach as many files as you want, in any format.
This one allows you to ZIP documents from within Oracle PL/SQL. Nice to use along with UTL_EMAIL.
An easy way of truncating a set of related tables :)