I posted earlier about sending html mail.
Here an example on how to send -fake- excel per mail
echo "select * from emp;"|
sqlplus -M "HTML ON" -s scott/tiger|
uuencode emp.xls|
mail [email protected]
May this be of some help to my readers !
This is fantastic! Thanks for the tip. Great blog!