![]() |
|
|
|
|
|||||||
| 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 |
| I have a questions about mail command | btech_raju | UNIX for Dummies Questions & Answers | 1 | 11-27-2007 01:13 PM |
| Mail/DNS problem and questions | xnightcrawl | UNIX for Advanced & Expert Users | 2 | 05-02-2006 02:13 AM |
| .forward and alias mail forwarding questions | bitt3n | UNIX for Dummies Questions & Answers | 3 | 01-28-2006 10:32 PM |
| E-Mail questions | Sergiu-IT | IP Networking | 1 | 09-19-2005 09:51 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 06:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
unix mail questions
Hi All,
Im trying to send a .ZIP file in an email message using mail or mailx. What is the easiest way to do this? Thanks! UPDATE: I used the following command which didnt work mailx -s {my subject} {xxxxx@ssss.com} < /var/tmp/file.zip Last edited by lewisoco; 05-01-2006 at 01:36 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
mail or sendmail.. both will work the same..
I use sendmail.. |
|
#3
|
|||
|
|||
|
Hello,
Code:
uuencode file.tar.gz | mail admin@example.com < /dev/null Code:
mutt -a file.tar.gz admin@example.com < /dev/null http://www.shelldorado.com/articles/...tachments.html Regards, -- Santi Saez |
|
#4
|
|||
|
|||
| Google The UNIX and Linux Forums |