neojn / mailsend

Automatically exported from code.google.com/p/mailsend
0 stars 0 forks source link

attaching .rar files strange behaviour. #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a .rar file (2MB).
2. attach it using -attach "<fullpath>/myFile.rar,application/x-rar-compressed"
3. execute command.

What is the expected output? What do you see instead?
the expected output is a mail with a rar attachment in my inbox, and a "0" 
return value. or a non-zero return value on failure.
what I get is 0 return value, but no email in inbox / sent mail!

What version of the product are you using? On what operating system?
1.16

Please provide any additional information below.

thank you.

Original issue reported on code.google.com by magdke...@gmail.com on 18 Nov 2013 at 11:07

GoogleCodeExporter commented 8 years ago
Please try v1.17b14. Run with -v -show_attach to make sure that mailsend is 
attaching the file.

Thanks.

Original comment by muq...@gmail.com on 20 Nov 2013 at 5:06

GoogleCodeExporter commented 8 years ago
rar file is nothing special as far as attachment and mailsend is concerned. 
However it could matter to your SMTP server but mailsend can not do anything 
about it. I did not get any feedback, so I am closing it. If you find anything 
that mailsend can do, please reopen the issue.

Original comment by muq...@gmail.com on 7 Dec 2013 at 5:37