![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to attach a file in a email | ting123 | UNIX for Dummies Questions & Answers | 3 | 04-11-2009 06:03 PM |
| email file | tolkki | UNIX for Dummies Questions & Answers | 2 | 03-20-2008 10:03 AM |
| How to email a file list | chengwei | Shell Programming and Scripting | 4 | 04-18-2007 06:10 AM |
| zip and email a file | spalmarez | UNIX for Dummies Questions & Answers | 4 | 05-05-2006 01:31 PM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 10:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to email a file
hi
how can i email a file? [mmu@cet~]$ mail -b "file - mycar" aoe_syl@yahoo.com Subject: car . Cc: Null message body; hope that's ok [mmu@cet~]$ /home/mmu/dead.letter... Saved message in /home/mmu/dead.letter send -bash: send: command not found i tried by above way but failed. request for help frm all. thanks |
|
||||
|
Quote:
uuencode /home/mmu/dead.letter /home/mmu/dead.letter | mailx -s "file - my car" "aoe_syl@yahoo.com " |
|
||||
|
i'v tried with this one.
mailx -s "file - my car" aoe_syl@yahoo.com < /home/mmu/dead.letter there is no error but i still not get a mail there (aoe_syl@yahoo.com), is it takes time? |
|
|||||
|
Code:
uuencode filename filename | mailx -s "test" abc@xyz.com Code:
mailx -s "test" abc@xyz.com <filename Sometimes it takes time. |
![]() |
| Bookmarks |
| Tags |
| mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|