Networking Forums

Networking Forums > Computer Networking > Linux Networking > how can i send an attached file from command line?

Reply
Thread Tools Display Modes

how can i send an attached file from command line?

 
 
rh00667
Guest
Posts: n/a

 
      02-14-2007, 06:30 AM
hi,

i need to "cron" a mail attaching a binary file. i am using

uuencode file | mail -s subject destination

uuencode now is not in standard packages, so i compiled it.

is there another easier form to do this?

tia

 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      02-14-2007, 06:42 AM
In news:(E-Mail Removed) ups.com,
rh00667 <(E-Mail Removed)> wrote:

> i need to "cron" a mail attaching a binary file. i am using
> uuencode file | mail -s subject destination
> uuencode now is not in standard packages, so i compiled it.
> is there another easier form to do this?


"mutt -a ..." or "uuenview -a ..."
 
Reply With Quote
 
rh00667
Guest
Posts: n/a

 
      02-14-2007, 09:10 AM
On Feb 14, 8:42 am, "ynotssor" <ynots...@example.net> wrote:
>
> "mutt -a ..." or "uuenview -a ..."


thanks! works ok!
cat $FILE_BODY | mutt -nx -a $FILE -s "$SUBJECT" $MAIL_TO

exist any command (-e command) to avoid piping the body and obtain
some like:

mutt -nx -a $FILE -s "$SUBJECT" -i $FILE_BODY $MAIL_TO

????

tia

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Net send command yba02 Windows Networking 6 12-03-2006 06:06 PM
Send command around network Popeye Wireless Networks 0 08-18-2004 07:13 AM
How to send a test trap from batch file or command line Bill Woloch Windows Networking 1 06-08-2004 10:31 PM
NET SEND command very slow in 2003... Lindsay Martin Windows Networking 0 06-02-2004 01:12 AM
net send command not working: Mario Windows Networking 3 03-04-2004 11:00 PM



1 2 3 4 5 6 7 8 9 10 11