Oracle Technology Blog

OraTech Blog provides tips,tricks,scripts and how-to type answers for Oracle related technologies. I use these commands very often, so I thought it would be useful to share with everybody. Please feel free to include your comments/corrections/questions.

Tuesday, May 30, 2006

Unix: HOW-TO send an email with attachments

/usr/bin/uuencode ./testing.html testing.html > ./test123.htm
mailx -s "OLPR Reports" Sami_id@yahoo.com < ./test123.htm

0 Comments:

Post a Comment

<< Home