about metasend


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers about metasend
# 1  
Old 09-28-2010
about metasend

Hi,

I got a problem in using metasend if the file name contains '['

--Succeed--
/usr/local/bin/metasend -b -s "test subject" -F testL@test.com -t test2@test.com -f test.txt -m text/plain

--Fail--
/usr/local/bin/metasend -b -s "test subject" -F testL@test.com -t test2@test.com -f [TEST]test.txt -m text/plain

it showed the error "set: No match."


Ivan
# 2  
Old 09-28-2010
Code:
/usr/local/bin/metasend -b -s "test subject" -F testL@test.com -t test2@test.com -f \[TEST\]test.txt -m text/plain

 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

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,... (0 Replies)
Discussion started by: egckhad
0 Replies

2. 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

3. UNIX for Dummies Questions & Answers

Unknown recipient when using metasend

Hi, We use metasend to send e-mail from our app. This works fine with most kinds of mail, for example plain text, HTML with images and mail with attachments. But we still have one problem: If the to-address is misspelled, then still everything seems to be fine. We don't get any message back... (4 Replies)
Discussion started by: sjohnsen
4 Replies
Login or Register to Ask a Question