Sponsored Content
Top Forums Shell Programming and Scripting Problem with multiple mail attachments Post 302526018 by mohanm on Monday 30th of May 2011 05:09:13 AM
Old 05-30-2011
Problem with multiple mail attachments

Hi everyone...

I am facing problem with the multiple mail attachments.

Code:
cd /work/mohan/pi_log/
mail_file='uuencode ahmedabad.csv ahmedabad.csv ; uuencode ahmedabad_devrpt_20110530.csv ahmedabad_devrpt_20110530.csv'
( $mail_file ) | mailx -m -s"test"  domain@website.com

its giving me error like
Quote:
Usage: uuencode [ -m ] [ source ] remotedest
but same code work well for sending single file as attachment.

Where i am going wrong???
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mail attachments

I'm writing scripts on HP-UX. Is there a way to attach a file to a mail message. I don't want to imbed the data in the mail message. (1 Reply)
Discussion started by: Multithreaded
1 Replies

2. UNIX for Advanced & Expert Users

Problem with multiple excel attachments using mailx

I have written the following code send multiple attachments using mailx (uuencode file1 file1; uuencode file2 file2; uuencode file3 file3;) | mailx -s MultipleAttachments -r Sysadmin abc@xyz.com The attachments are coming properly if the file1,2,3 are either pdf, text, doc. But if these files... (2 Replies)
Discussion started by: ramanam2004
2 Replies

3. AIX

Send mail attachments and have a mail body

Hi, How can I send mail attachments from shell script (AIX) and have a mail body as well ? Thanks in advance. (1 Reply)
Discussion started by: shibajighosh
1 Replies

4. Solaris

mail with attachments

I want to send a mail with three attachments, but nothing happened. I tried it with mail and mailx. Are there special options for these commands or is it not possible to send mails under Solaris with attachments? Must there be special adjustments in the environment? Can anyone give an... (6 Replies)
Discussion started by: ninjadan
6 Replies

5. UNIX for Advanced & Expert Users

Mail attachments getting corrupted...

Hi , Whenever I try to send mails with attachments to external email Id's the attachment is not encoded properly which appears along with body (text) of the mail. The attachement is always getting corrupted. Can anyone please suggest a solution. Regards, Sandipan (1 Reply)
Discussion started by: Sandipan
1 Replies

6. Shell Programming and Scripting

e-mail with multiple binary attachments!

Hi, I have to send email from UNIX with multiple excel attachments and the sender name needs to be customized (sender name need not to be UNIX user). I have checked many ways from this forum and other sources. But, nothing did work for me. Please help me! thanks, Raja. (1 Reply)
Discussion started by: smr_rashmy
1 Replies

7. Shell Programming and Scripting

problem with attaching multiple attachments dynamically.

Guys, I've been trying to attach & email all txt files from my directory using the shell script below: #!/usr/bin/sh ################################################################################ send_ml_rej_notn() { FILE_NAME=${1} ATTACH_FILE_NAME=`basename ${FILE_NAME}` if ; then ... (0 Replies)
Discussion started by: bhagat.singh-j
0 Replies

8. Shell Programming and Scripting

Adding Attachments to mail

Hi, I need to send a mail with html code in body and an attachment along with the body and subject. The html code must display a table with data in it in the mail. I have tried the 'sendmail' command, but I am am able to display the table in the mail and unable to attach an attachment. ... (5 Replies)
Discussion started by: Durga Prasad NK
5 Replies

9. Red Hat

How to send mail with multiple attachments?

We don't have uuencode installed in our machines..... Please tell me how to send mail with multiple attachments ??? URGENT !!!!! Please tell me using command line (or) scripts.......... please...... Thanks in Advance.... (1 Reply)
Discussion started by: vamshigvk475
1 Replies

10. Shell Programming and Scripting

Mail command --> send multiple attachments

Hi, i try to send two (multiple) files by the mail-console-command mail -s TEST -a f1.pdf f2.pdf n.ame@ms123.de but it doesn't work. can someone give me a hint? Thanks in advance, IMPe (2 Replies)
Discussion started by: IMPe
2 Replies
GRAB-ATTACHMENTS(1)					      General Commands Manual					       GRAB-ATTACHMENTS(1)

NAME
grab-attachments - downloads attachments from a Launchpad bug SYNOPSIS
grab-attachments [options] bug-number... grab-attachments -h DESCRIPTION
grab-attachments is a script to download all attachments from a Launchpad bug report or bug reports with a source package task into a directory named after the bug e.g. bug-1. OPTIONS
Listed below are the command line options for grab-attachments: bug-number Specifies the Launchpad bug number that the script should download attachments from. -h, --help Display a help message and exit. -l INSTANCE, --lpinstance=INSTANCE Use the specified instance of Launchpad (e.g. "staging"), instead of the default of "production". --no-conf Do not read any configuration files, or configuration from environment variables. -d, --duplicates Download attachments from duplicates too. -p SRCPACKAGE, --package=SRCPACKAGE Download attachments from all bugs with a task for this source package. AUTHOR
lp-grab-attachments was written by Daniel Holbach and this manual page was written by Jonathan Patrick Davies. Both are released under the GNU General Public License, version 3. lptools 10 August 2008 GRAB-ATTACHMENTS(1)
All times are GMT -4. The time now is 01:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy