The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-18-2006
monkfan monkfan is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 22
Howto Attach File with Sendmail

Hi,

How can I attach a file using sendmail?
I tried /A option like this:


Code:
$ /usr/bin/sendmail   toaddress@gmail.com /A afile.txt

but doesn't seem to work.

- Monkfan

Last edited by monkfan; 05-18-2006 at 07:03 AM..