muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

attaching .rar files strange behaviour. #31

Closed muquit closed 10 years ago

muquit commented 10 years ago

From magdke...@gmail.com on November 18, 2013 18:07:14

What steps will reproduce the problem? 1. create a .rar file (2MB).

  1. attach it using -attach "/myFile.rar,application/x-rar-compressed"
  2. 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: http://code.google.com/p/mailsend/issues/detail?id=31

muquit commented 10 years ago

From muq...@gmail.com on November 20, 2013 09:06:07

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

Thanks.

muquit commented 10 years ago

From muq...@gmail.com on December 06, 2013 21:37:22

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.

Status: Done