muquit
muquit
Please try mailsend-go: https://github.com/muquit/mailsend-go Thanks.
Unfortunately It is a known issue in Windows. It is mentioned under Known Issues (list# 3). Thanks.
mailsend itself can not do it. You've to write a script in some language (ruby,perl,bat etc.) and call mailsend as you desire. Thanks.
The second syntax is correct. mailsend adds the headers fine however SMTP server/gateway can strip them off, there is no guarantee. Run mailsend in verbose mode to make sure that...
The `-msg-body` was specially added so that it can be used without `-attach`. You can always use `-attach` to attach as many files as needed and the first one can...
It is not corrupted. It is compiled in Windows 10 with Visual Studio 2015. This binary may not work on Older version of windows e.g. Windows XP. I do not...
mailsend itself does not support wildcard yet. You've to write a script to figure out the filename and call mailsend. Thanks.
Use ```-mime-type``` instead of ```-content-type```. They are not the same thing. ```-content-type``` is used for embedding images in HTML. There are bunch of test_embed scripts in test/ directory to show...
Do you have 2-factor authentication enabled in gmail? If so, you've to configure 2-factor auth for mailsend as per google's instructions. Also if you are using it on Windows, make...
For first command, use multiple `-attach` if you have more than one attachment. Example: `-attach "file.html" -attach "file.txt"`. Before each `-attach` you can specify its own mime-type, encoding type, cs...