![]() |
|
|
|
|
|||||||
| 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 |
| mailx | mike509123 | Linux | 6 | 09-29-2008 11:59 PM |
| mailx | Paul Byrne | UNIX for Advanced & Expert Users | 6 | 06-23-2008 01:28 AM |
| mailX | anumkoshy | Shell Programming and Scripting | 4 | 08-25-2007 09:08 AM |
| mailx error message : mailx: NUL changed to @ | BG_JrAdmin | UNIX for Dummies Questions & Answers | 2 | 12-01-2005 07:27 AM |
| mailx to to Dl | sm321 | Shell Programming and Scripting | 1 | 07-16-2004 05:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to send mail from Unix (HP9000) to Exchange mail system. I need to send the file as an attachment. I am using uuencode to encode file as ASCII, but can't seem to get to over to Exchange as an attachment. I have tried both elm and mailx. I know I've done this before, but can't remember how??? Need some help....
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What, specifically, is the problem? In other words, what happens when you try it using elm? Using mailx? Error messages, mail bounces?
|
|
#3
|
|||
|
|||
|
Mailx/Elm
When sending the file via mailx, I receive NO errors. It's just the file is NOT received as an attachment. Instead, the uuencode file is part of the body of the email. The synatx I'm using is mailx -s "Subject" email@xxx.com < uuencode_file.
|
|
#4
|
||||
|
||||
|
The syntax:
Code:
mailx -s "Subject" email@xxx.com < uuencode_file |
|
#5
|
|||
|
|||
|
You can try the following command -
mpack -s 'subject' file emailaddress This sends a text file as an attachment. |
|||
| Google The UNIX and Linux Forums |
| Tags |
| mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|