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 Search this Thread Display Modes
  #1 (permalink)  
Old 12-21-09, 12: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, 14:09
n_i n_i is online now
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,448
tar them up and send as a single attachment.
Reply With Quote
  #3 (permalink)  
Old 12-21-09, 18:41
kitaman kitaman is offline
Papabi's friend
 
Join Date: Sep 2009
Location: Ontario
Posts: 626
Is there some reason you cannot install mutt?The Mutt E-Mail Client
Reply With Quote
  #4 (permalink)  
Old 12-29-09, 01:13
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
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 Search this Thread
Search this Thread:

Advanced Search
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