![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send email with attachement-Getting connection refused by domain | samuelc | UNIX for Dummies Questions & Answers | 1 | 02-08-2008 12:25 PM |
| send mail purtcular subject forward | s_sheik | Linux | 1 | 01-17-2008 10:11 AM |
| How to send Mail with Attachement | chgopi | Shell Programming and Scripting | 6 | 02-03-2006 05:46 AM |
| How to set Subject in 'mail' ? | hkapil | UNIX for Dummies Questions & Answers | 2 | 10-14-2005 04:36 PM |
| Send a mail with an attachement of a file | gaddeg | UNIX for Dummies Questions & Answers | 2 | 07-23-2002 02:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Dear All:
I want to send a message to a list of people with a subject and an attachement, currently I am using the following command into a shell script: uuencode $FILENAME.gz $FILENAME.gz | mail john.kennedy@mycompany.com m.m@mycompany.com With this command I can send the message for a lot of people with the attachement but I can not send the subject, could somebody help me please? Best Regards Jose |
|
||||
|
uuencode $FILENAME.gz $FILENAME.gz | mail -s "Subject Here" john.kennedy@mycompany.com m.m@mycompany.com
Checkout Faq page: http://www.unix.com/answers-frequently-asked-questions/ |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|