The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers > Answers to Frequently Asked Questions > How do I send email?
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-19-2004
piltrafa's Avatar
piltrafa piltrafa is offline
Registered User
 

Join Date: Oct 2001
Location: Buenos Aires, Argentina
Posts: 76
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