muquit / mailsend

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

Does not work with having both -msg-body and -attach #126

Open ArtZL opened 6 years ago

ArtZL commented 6 years ago

MailSend v 1.20b Windows 10

Does not work with having both -msg-body and -attach. I thought 1.20b was to fix this. This is a rather critical feature!

mailsend -v -f support@mysite.com -smtp smtp.mysite.com -port 587 -t someone@somewhere.com -sub "This is the Subject" -name "from Art" -rt support@mysite.com -auth -user support@mysite.com -pass mypwd -msg-body body.txt -attach "test.pdf"

alejandro5042 commented 6 years ago

I also reproduce this issue. It is an unfortunate showstopper for this otherwise incredible tool. I have tested from 1.20b back to 1.17b15; all broken. I kindly, humbly ask this issue be addressed.

After researching online, I can't find other self-contained .exe command-line mail sending programs for Windows with all the features this one has. Fixing this issue would be greatly appreciated!

alejandro5042 commented 6 years ago

Duplicate of #127, which has a response from the maintainer.