![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem while sending message and attachment with mailx | nihar.dutta | Shell Programming and Scripting | 2 | 08-09-2007 08:15 AM |
| sending mails with attachment and also some text in mail body | guptan | UNIX for Advanced & Expert Users | 7 | 05-25-2006 03:17 AM |
| Problem with mailx command when sending attachment. | miltony | Shell Programming and Scripting | 2 | 12-02-2005 09:43 AM |
| Sending email w/ ftp log as attachment | idesaj | UNIX for Dummies Questions & Answers | 2 | 07-19-2005 08:48 AM |
| Error when sending mail attachment | dbrundrett | UNIX for Dummies Questions & Answers | 1 | 01-08-2004 03:26 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sending attachment thru a mail
Is there any way we can send file attachemnts through mails from a unix server. Does the 'mail' command have such an option ??
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Search.. and you will find lots of solutions..
Code:
uuencode <file> <attachment_name> | /usr/lib/sendmail <recepient> |
|||
| Google The UNIX and Linux Forums |