View Single Post
  #6 (permalink)  
Old 10-11-2007, 07:43 AM
lars_BE lars_BE is offline
Senior Member
 
Posts: 54
Default

hi,

i use mutt for sending from command line, it goes like this:
mutt -s "subject" -a /tmp/attached_file.gz lars@we.be < /tmp/body.txt

of course with sendmail i can be done too:

$ /usr/sbin/sendmail lars@we.be
hi Lars !!
CTRL-D
Reply With Quote