![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | 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 !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sending mail error.. help | kkc | Shell Programming and Scripting | 2 | 10-16-2007 08:11 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 |
| Sending attachment thru a mail | Rohini Vijay | UNIX for Dummies Questions & Answers | 1 | 05-12-2006 10:13 AM |
| Sending email w/ ftp log as attachment | idesaj | UNIX for Dummies Questions & Answers | 2 | 07-19-2005 08:48 AM |
| Sending Error msg from HP-UX to E-mail address | cgege | HP-UX | 1 | 08-05-2004 03:41 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I have been sending an email attachment from my unix box, but keep getting an error? All though the recipient still receives the email and attachment. Will this error cause problems in the future and how to I cure it?
$ uuencode PReSvPRINTER.txt file | mailx -s "File" me@world.com uuencode: ISO8859-15 to 646 conversion: Invalid argument Thanks in advance |
| Forum Sponsor | ||
|
|
|
||||
|
Hi,
I think the problem is because the ISO8859-15 you're using is not supported by uuencode... but if the attachment is ok, then you don't have to worry... If you want to get rid of the message, send the output to /dev/null with: uuencode file 2> /dev/null | mailx -s "File" me@world.com |
||||
| Google UNIX.COM |