If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > Multiple attachments

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-21-09, 13:46
vineelaregonda vineelaregonda is offline
Registered User
 
Join Date: May 2009
Posts: 43
Multiple attachments

Hi,

I am trying to send multiple attachments in single email on Solaris operating system. Can anybody please revert me with the syntax details.

Thanks,
Vineela
Reply With Quote
  #2 (permalink)  
Old 12-21-09, 15:09
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,233
tar them up and send as a single attachment.
Reply With Quote
  #3 (permalink)  
Old 12-21-09, 19:41
kitaman kitaman is offline
Registered User
 
Join Date: Sep 2009
Location: Ontario
Posts: 526
Is there some reason you cannot install mutt?The Mutt E-Mail Client
Reply With Quote
  #4 (permalink)  
Old 12-29-09, 02:13
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,258
Code:
mailx -s '2 attachements' me@somehost.com <<EOF
Find attached the 2 files
$(unix2dos file1 | uuencode file1.txt)
$(unix2dos file2 | uuencode file2.txt)
EOF
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On