Send an attachment with metasend


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Send an attachment with metasend
# 1  
Old 08-20-2007
Send an attachment with metasend

Hi,

How to send an attachment of which the name contains the space.

Following is the command I tried.

metasend -b -s "test subject" -F "test@yahoo.com" -t "test@test.com" -f "test.txt" -m "text/plain" -n -f "test 123.txt" -m "application/xls"

If the file name contains no space, it can send successfully. Otherwise,
it shows the following error.

The file /starnet/app/rel/pending/attach/test does not exist.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Send Mail With Attachment

Hi, I need to send attachment with email as external attachment. Presently, we are using uuencode to make an attachment but it is going as content of body. We are using below command. uuencode "filename1" "filename2" | mailx -r "$SENDFROM" ${SENDTO} In unix box, -a is not supportable... (1 Reply)
Discussion started by: vamshi929
1 Replies

2. Shell Programming and Scripting

Send attachment through sendmail

Hi, I am trying to send log file of a job run in unix machince through sendmail.Though I am able to send the text but it is not sending as attachment. Could you please look into the code and let me know where I have gone wrong fdate=`date %Y%j`... (2 Replies)
Discussion started by: Rossdba
2 Replies

3. Shell Programming and Scripting

Send mail as attachment

Hi All, I am trying to send mail via unix and attaching file along with that mail, but facing issue while sending. I have tried below commands- 1)- uuencode $prmDirOutput/report_mailbody $prmDirOutput/report_mailbody | mailx -s "Acknowledgment file- $subject" $email_id 2)- mutt -a... (4 Replies)
Discussion started by: Amit786
4 Replies

4. Shell Programming and Scripting

Send mail using attachment

Hi All, I need to send mail with attachment. I am using uuencode but it seems it is sending encoded file. I am getting the mail with attachment but there is no data even the file size is almost 90KB. Please help. Thanks. (3 Replies)
Discussion started by: unankix
3 Replies

5. Shell Programming and Scripting

How to send attachment without using uuencode

H All I want to send attachment in mail but I dont have uuencode installed in AIX server, there is any alternative way to send attachment in mail. (2 Replies)
Discussion started by: ns64110
2 Replies

6. Shell Programming and Scripting

How to send a mail with attachment?

Hi, I usually write a file TEST.MAIL like this to send mails: Importance: High Priority: Urgent X-Priority: 1 (Highest) From: user Subject: error ... text body .... and then I launch it (or writre a c-chell that launchs it) by writing: mail a@b.com < /users/.../TEST.MAIL How can... (4 Replies)
Discussion started by: albaalbetti
4 Replies

7. Shell Programming and Scripting

Send attachment in Linux

Hi, I have searched the site for info on sending an attachment in Linux, have tried a few people mailx codes but to no success. Can someone please help me? This is what i have so far: #!/bin/bash user_mail_address="me@yahoo.com" filename="attachment.txt" body="This is the body" mail -s... (6 Replies)
Discussion started by: shamushamu
6 Replies

8. Shell Programming and Scripting

How to send a attachment

Hi, I want to send a attachment using mailx command and also i want to include body of the mail which is stored in a text file.:confused: uuencode att.txt att.txt |mailx -s "attachment" adc@mail.com < text.txt I tried this command, but it is not working fine. It is showing the body but it is... (2 Replies)
Discussion started by: lathish
2 Replies

9. UNIX for Dummies Questions & Answers

about attachment with metasend command

Hi, I used the metasend command with ( -n -f ) option to send an email with an attachment. (-m ''application/zip" ) Normally it works for text files, zip files and excel files. Suddenly, a user attached an excel file and I received two emails. The subject is ' ... (0 Replies)
Discussion started by: egckhad
0 Replies
Login or Register to Ask a Question
metasend(1)						      General Commands Manual						       metasend(1)

NAME
metasend - Crude interface for sending non-text mail SYNOPSIS
metasend [-b] [-c cc] [-F from] [-e encoding] [-f filename] [-m MIME-type] [-s subject] [-S splitsize] [-t to] [-z] [-n] [-D content- description] [-o outputfile] [-/ multipart-subtype] [-E] [-P preamble-file] DESCRIPTION
The metasend program will allow a user to send one or more pre-existing data file as non-text multimedia mail. With no arguments, the program will ask the user for the To, Subject, and CC fields. It will then ask for the name of a MIME content-type. Next, it will ask the user for the name of an existing file containing that type of data. After this, it will ask what encoding type, if any, should be applied to this data. Finally, it will ask if the user wants to include information from an additional file, in which case the last three questions will be repeated for the next file. Alternately, all of this information can be provided on the comand line, using the following options: -b -- specifies Batch (non-interactive) Mode. Will exit with an error message if all additional needed information is not provided on the command line. -c cc -- specifies the CC address -D description -- specifies a string to be used as the Content-description value -e encoding -- specifies the encoding type. Must be either "base64", "quoted-printable", "7bit", or "x-uue". "7bit" means no encoding is performed. -E -- specifies that the file being included is already a full MIME entity, and does not need to have any Content-* or other header fields added. -f filename -- specifies the file containing the data -F from -- specifies the From address -i "<content-id> -- specifies the content-id value for the MIME entity. Must be a legal content-id value, enclosed in angle brackets. -I "<content-id>" -- specifies the content-id for the multipart entity being created by metasend, if any. Must be a legal content- id value, enclosed in angle brackets. -m MIME-type -- specifies the MIME content-type -n -- specifies that an additional file is to be included. Before each use of the -n option on the command line, the options -m, -c, and -f, at a minimum, must have appeared,and must appear separately for each included file. -o outputfile -- specifies that the output from metasend should go to a named file rather than be delivered as mail. -P preamblefile -- specifies a file containing alternative text to be put in the "preamble" area of a MIME multipart message. -s subject -- specifies the Subject field -S splitsize -- specifies the maximum size before splitting into parts via splitmail(1). -t to -- specifies the To address -z -- specifies that the temporary files should be deleted EVEN IF DELIVERY FAILS. -/ subtype -- specifies the use of a MIME multipart subtype other than "mixed". This is intended largely for mail hackers. A much friendlier interface to non-text mail is provided by mailto(1). If more than one file is given, the parts will be combined into a single multipart MIME object. The mail will be delivered using the splitmail(1) program, so if it is very long it will arrive as several pieces which can be automati- cally reassembled by metamail. The definition of "very long" can be altered using the -S flag or the SPLITSIZE environment variable, as described in the splitmail(1) man page. SEE ALSO
audiosend(1), mailto-hebrew(1), mailto(1), metamail(1), mmencode(1), splitmail(1) BUGS
Should do a better job of choosing the encoding if you don't specify one. Should do MIME syntax checking on user-supplied content-type fields. Users are all too likely to provide bogus MIME content-type values, alas. In particular, there are various characters that are not allowed in parameters unless the parameters are enclosed in double quotes, but this sort of restriction is hard to enforce in a shell script! COPYRIGHT
Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore) Permission to use, copy, modify, and distribute this material for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies, and that the name of Bellcore not be used in advertising or publicity pertaining to this material without the specific, prior written permission of an authorized representative of Bellcore. BELLCORE MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. AUTHOR
Nathaniel S. Borenstein, Bellcore Release 1 metasend(1)