The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sending email with text & attachment using mailx haryadoon Shell Programming and Scripting 3 07-26-2006 10:49 PM
Sending attachment thru a mail Rohini Vijay UNIX for Dummies Questions & Answers 1 05-12-2006 10:13 AM
Problem with mailx command when sending attachment. miltony Shell Programming and Scripting 2 12-02-2005 08:43 AM
mailx error message : mailx: NUL changed to @ BG_JrAdmin UNIX for Dummies Questions & Answers 2 12-01-2005 06:27 AM
email attachment, with a message using mailx edog UNIX for Advanced & Expert Users 4 09-27-2001 10:03 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-09-2007
Registered User
 

Join Date: Aug 2007
Posts: 2
Stumble this Post!
Unhappy Problem while sending message and attachment with mailx

Hi All,

I am trying to send a mail with an attachment and message. Following command I am using.

(cat <messagefile> ; uuencode <attachmentfile> <attachmentfile>)|mailx -s"Subject" dave@email.com

In the received mail, message body is appearing fine. But attachment is not coming. Rather content of attachment is appearing in the body of the mail in encoded format.

Please advise.

Thanks
Nihar
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 08-09-2007
Registered User
 

Join Date: Mar 2006
Location: Woodstock, GA
Posts: 15
Stumble this Post!
Quote:
Originally Posted by nihar.dutta View Post
Hi All,



(cat <messagefile> ; uuencode <attachmentfile> <attachmentfile>)|mailx -s"Subject" dave@email.com

Nihar
It is very close to being correct.

I would try:

( echo `cat <messagefile>` ; uuencode <attachmentfile> <attachmentfile>)|mailx -s"Subject" dave@email.com
Reply With Quote
  #3 (permalink)  
Old 08-09-2007
Registered User
 

Join Date: Aug 2007
Posts: 2
Stumble this Post!
Wow....it works.

Thanks a lot.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
mailx, mailx attachment

Thread Tools
Display Modes




All times are GMT -7. The time now is 07:55 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0