No, it is just a normal script like:
----------------------------------------
# !/bin/bash
cd /tmp
cp /tmp /home/mystuff
# and when the copy is done I want to be informed by mail
# but not to my unix account like root, I want the mail to, for # example,
myaccount@hotmail.com.
????
------------------------------------------
Thanks for your help